mirror of
https://github.com/corda/corda.git
synced 2025-02-08 03:50:34 +00:00
fix incorrect 32-bit TargetThreadThunkTable value
This commit is contained in:
parent
886dd184aa
commit
65e7a911b5
@ -131,7 +131,7 @@ const unsigned TargetThreadVirtualCallTarget = 2180;
|
||||
const unsigned TargetThreadVirtualCallIndex = 2184;
|
||||
const unsigned TargetThreadHeapImage = 2188;
|
||||
const unsigned TargetThreadCodeImage = 2192;
|
||||
const unsigned TargetThreadThunkTable = 2198;
|
||||
const unsigned TargetThreadThunkTable = 2196;
|
||||
const unsigned TargetThreadStackLimit = 2220;
|
||||
|
||||
const unsigned TargetClassFixedSize = 8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user