summaryrefslogtreecommitdiff
path: root/includes/compiler/InlineAsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/compiler/InlineAsm.h')
-rw-r--r--includes/compiler/InlineAsm.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/includes/compiler/InlineAsm.h b/includes/compiler/InlineAsm.h
index aadbc1f..b3b201b 100644
--- a/includes/compiler/InlineAsm.h
+++ b/includes/compiler/InlineAsm.h
@@ -150,7 +150,8 @@ typedef enum IAEffectType {
IAEffect_0,
IAEffect_1,
IAEffect_2,
- IAEffect_3
+ IAEffect_3,
+ IAEffect_4
} IAEffectType;
typedef struct IAEffect {
IAEffectType type;
@@ -166,8 +167,8 @@ typedef struct IAEffects {
Boolean x3;
Boolean x4;
Boolean x5;
- UInt32 numoperands;
- UInt32 numlabels;
+ SInt32 numoperands;
+ SInt32 numlabels;
IAEffect operands[16];
CLabel *labels[16];
} IAEffects;