Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asmjit/asmjit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/asmjit/x86/x86formatter_p.h')
-rw-r--r--src/asmjit/x86/x86formatter_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/asmjit/x86/x86formatter_p.h b/src/asmjit/x86/x86formatter_p.h
index 1dbdb68..f37a8f6 100644
--- a/src/asmjit/x86/x86formatter_p.h
+++ b/src/asmjit/x86/x86formatter_p.h
@@ -21,11 +21,11 @@ ASMJIT_BEGIN_SUB_NAMESPACE(x86)
namespace FormatterInternal {
-Error formatFeature(
+Error ASMJIT_CDECL formatFeature(
String& sb,
uint32_t featureId) noexcept;
-Error formatRegister(
+Error ASMJIT_CDECL formatRegister(
String& sb,
FormatFlags flags,
const BaseEmitter* emitter,
@@ -33,14 +33,14 @@ Error formatRegister(
RegType regType,
uint32_t regId) noexcept;
-Error formatOperand(
+Error ASMJIT_CDECL formatOperand(
String& sb,
FormatFlags flags,
const BaseEmitter* emitter,
Arch arch,
const Operand_& op) noexcept;
-Error formatInstruction(
+Error ASMJIT_CDECL formatInstruction(
String& sb,
FormatFlags flags,
const BaseEmitter* emitter,