mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
bug
This commit is contained in:
parent
c5626a0fc4
commit
b2a96d636c
@ -38,7 +38,7 @@ namespace
|
|||||||
|
|
||||||
void ToolReturn(uint32_t sp, uint32_t value)
|
void ToolReturn(uint32_t sp, uint32_t value)
|
||||||
{
|
{
|
||||||
memoryWriteLong(sp, value);
|
memoryWriteLong(value, sp);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string PString(uint32_t address)
|
std::string PString(uint32_t address)
|
||||||
|
Loading…
Reference in New Issue
Block a user