Fix typo in comment
Signed-off-by: VVWVV <d0u61ev@gmail.com>
This commit is contained in:
parent
b75c633ad7
commit
a1de225a7a
@ -1352,7 +1352,7 @@ static int command(void)
|
|||||||
code_idx+=opargs(1);
|
code_idx+=opargs(1);
|
||||||
break;
|
break;
|
||||||
} else if (current_token==tRATIONAL) {
|
} else if (current_token==tRATIONAL) {
|
||||||
/* change the first bit to make the number negative */
|
/* change the first bit to make float negative value */
|
||||||
outval(val | 0x80000000,FALSE);
|
outval(val | 0x80000000,FALSE);
|
||||||
code_idx+=opargs(1);
|
code_idx+=opargs(1);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user