mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-30 10:39:12 +02:00
-ctrl+g for goto in mem viewer/disassembly
-removed skipping of zz_/z_ in disassembly -fixes to the expression parser
This commit is contained in:
@@ -222,7 +222,7 @@ bool parseExpression(char* infix, DebugInterface* cpu, u32& dest)
|
||||
while (infixPos < infixLen)
|
||||
{
|
||||
char first = tolower(infix[infixPos]);
|
||||
char subStr[12];
|
||||
char subStr[256];
|
||||
int subPos = 0;
|
||||
|
||||
if (first == ' ' || first == '\t')
|
||||
|
||||
Reference in New Issue
Block a user