mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Add direct moves to expression dumping.
This commit is contained in:
parent
793112de9a
commit
b91bb2e915
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ get_op_string (int op)
|
|||
case 'A': return "<alias>";
|
||||
case 'C': return "<cast>";
|
||||
case 'M': return "<move>";
|
||||
case 'm': return "<move>";
|
||||
default:
|
||||
return "unknown";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue