mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
swap NativeLine and UnknownLine values to match Sun's convention
This commit is contained in:
parent
366dfc009c
commit
0922dd3429
@ -138,8 +138,8 @@ enum StackTag {
|
||||
ObjectTag
|
||||
};
|
||||
|
||||
const int NativeLine = -1;
|
||||
const int UnknownLine = -2;
|
||||
const int NativeLine = -2;
|
||||
const int UnknownLine = -1;
|
||||
|
||||
// class vmFlags:
|
||||
const unsigned ReferenceFlag = 1 << 0;
|
||||
|
Loading…
Reference in New Issue
Block a user