1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-05 03:37:43 +00:00

Update magic # in module load

This commit is contained in:
David Schmenk 2018-01-17 10:28:41 -08:00
parent 4d934b3caa
commit 16f5cd6f1b

View File

@ -265,7 +265,7 @@ int load_mod(byte *mod)
moddep = header + 1;
modsize = header[0] | (header[1] << 8);
magic = header[2] | (header[3] << 8);
if (magic == 0xDA7F)
if (magic == 0x6502)
{
/*
* This is a relocatable bytecode module.