[gamecode] Correct return's opname

Not meant to have the size in it.
This commit is contained in:
Bill Currie 2022-01-07 21:48:19 +09:00
parent 8559a4fe2d
commit e186d5064d
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ rcall_formats = {
return_formats = {
"opcode": "OP_RETURN_{ss+1}",
"mnemonic": "return{ss+1}",
"opname": "return{ss+1}",
"opname": "return",
"widths": "0, 0, 0",
"format": "%Ra",
"types": "ev_void, ev_invalid, ev_invalid",