mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +00:00
fix SignedByte stackframe
This commit is contained in:
parent
1e2c1a8f5d
commit
02e95874d1
@ -604,7 +604,7 @@ namespace RM
|
||||
uint16_t vRefNum;
|
||||
uint32_t dirID;
|
||||
uint32_t fileName;
|
||||
uint16_t permission;
|
||||
uint8_t permission;
|
||||
|
||||
sp = StackFrame<12>(vRefNum, dirID, fileName, permission);
|
||||
|
||||
@ -638,7 +638,7 @@ namespace RM
|
||||
|
||||
uint32_t sp;
|
||||
uint32_t spec;
|
||||
uint16_t permission;
|
||||
uint8_t permission;
|
||||
|
||||
sp = StackFrame<6>(spec, permission);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user