mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +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
|
ObjectTag
|
||||||
};
|
};
|
||||||
|
|
||||||
const int NativeLine = -1;
|
const int NativeLine = -2;
|
||||||
const int UnknownLine = -2;
|
const int UnknownLine = -1;
|
||||||
|
|
||||||
// class vmFlags:
|
// class vmFlags:
|
||||||
const unsigned ReferenceFlag = 1 << 0;
|
const unsigned ReferenceFlag = 1 << 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user