mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 05:01:24 +00:00
[qfcc] Correct a typo in a comment
This commit is contained in:
parent
0652a103d0
commit
c4f48353b9
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ rua_opcode_find (const char *name, operand_t *op_a, operand_t *op_b,
|
|||
// FIXME this is a bit of an ugly hack to map 64-bit load and store/assign
|
||||
// instructions: 1 and 2 component instructions become 2 and 4 components
|
||||
// using the 32-bit instructions, while 3 and 4 remain unchanged but use
|
||||
// the 64-bit versions of the instructs (of which there are only 3 and 4
|
||||
// the 64-bit versions of the instructions (of which there are only 3 and 4
|
||||
// component versions). That bit of fun can't be helped without wasting a
|
||||
// lot of instructions, but this mapping scheme leaves a lot to be desired.
|
||||
const char *opname_a = "";
|
||||
|
|
Loading…
Reference in a new issue