mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-07 01:42:04 +00:00
[qfcc] Support sizeof expressions in dot output
This commit is contained in:
parent
625c53180f
commit
0ea47193f2
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ get_op_string (int op)
|
|||
case QC_SHR: return ">>";
|
||||
case '.': return ".";
|
||||
case 'C': return "<cast>";
|
||||
case 'S': return "<sizeof>";
|
||||
case QC_SCALE: return "@scale";
|
||||
case QC_GEOMETRIC: return "@geometric";
|
||||
case QC_QMUL: return "@qmul";
|
||||
|
|
Loading…
Reference in a new issue