Updated PLASMA compiler and VM.

This commit is contained in:
Martin Haye 2017-06-07 07:01:50 -07:00
parent b69be27f84
commit 9d5acd1006
2 changed files with 2 additions and 2 deletions

View File

@ -1018,9 +1018,9 @@ class A2PackPartitions
return
}
// Look for the magic header 0xDA7E =~ "DAVE"
// Look for the magic header 0xDA7F =~ "DAVE"+1
assert (buf[3] & 0xFF) == 0xDA
assert (buf[2] & 0xFF) == 0x7E
assert (buf[2] & 0xFF) == 0x7F
// Determine offsets
def asmCodeStart = 12