mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-19 05:24:36 +03:00
Added ASMJIT_NOT_REACHED() to better deal with unreachable code.
Added Visual Studio 2015 scripts and fixed asmjit_test_x86 which now compiles under VS2015 Added StringLogger::getLength() Added methods to X86Compiler to create a variable operand by its ID
This commit is contained in:
@@ -2823,7 +2823,7 @@ struct X86Test_MiscUnfollow : public X86Test {
|
||||
return resultRet == expectRet;
|
||||
}
|
||||
|
||||
static ASMJIT_FASTCALL void handler() { longjmp(globalJmpBuf, 1); }
|
||||
static void ASMJIT_FASTCALL handler() { longjmp(globalJmpBuf, 1); }
|
||||
};
|
||||
|
||||
// ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user