mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 00:34:22 +00:00
MakeAPPL: fix warning
This commit is contained in:
parent
036a45152e
commit
ada5fc9146
@ -149,7 +149,7 @@ int main(int argc, char *argv[])
|
||||
word(code1, 0x0697); // addi.l #_, (a7)
|
||||
longword(code1, entrypoint + 12);
|
||||
word(code1, 0x4e75); // rts
|
||||
longword(code1, code1.tellp() + 4);
|
||||
longword(code1, (long)(code1.tellp()) + 4);
|
||||
code1 << flt;
|
||||
|
||||
rsrc.addResource(Resource("CODE", 1, code1.str()));
|
||||
|
Loading…
Reference in New Issue
Block a user