mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-03 16:03:21 +00:00
long is 32-bit is on win32.
llvm-svn: 46935
This commit is contained in:
parent
8dacd3a985
commit
00c5b28923
@ -434,7 +434,7 @@ static void InitializePredefinedMacros(Preprocessor &PP,
|
||||
DefineBuiltinMacro(Buf, "__int8=char");
|
||||
DefineBuiltinMacro(Buf, "__int16=short");
|
||||
DefineBuiltinMacro(Buf, "__int32=int");
|
||||
DefineBuiltinMacro(Buf, "__int64=long");
|
||||
DefineBuiltinMacro(Buf, "__int64=long long");
|
||||
}
|
||||
// FIXME: Should emit a #line directive here.
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user