mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-29 16:01:44 +00:00
[gamecode] Add format for addressing modes and use in return
This fixes Ruamoko's return format string. It looks like it's producing the correct address (but doesn't show all the information it should), but the rest of the debug code needs work locals.
This commit is contained in:
parent
4b4cb60c65
commit
de974fdd3f
3 changed files with 48 additions and 1 deletions
|
@ -463,7 +463,7 @@ return_formats = {
|
|||
"mnemonic": "return",
|
||||
"opname": "return",
|
||||
"widths": "-1, -1, 0", # width specified by st->c
|
||||
"format": "FIXME",
|
||||
"format": "%Mc5",
|
||||
"types": "ev_void, ev_void, ev_void",
|
||||
}
|
||||
vecops_formats = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue