- avoid "redefined AX" warning
This commit is contained in:
parent
6ed99e0e43
commit
9ed3cd690f
@ -138,6 +138,7 @@ fpu_get_ds(void)
|
||||
fpu_set_ax(unsigned short val16)
|
||||
{
|
||||
// define to set AX in the current CPU -- not ideal.
|
||||
#undef AX
|
||||
#define AX (fpu_cpu_ptr->gen_reg[0].word.rx)
|
||||
AX = val16;
|
||||
#undef AX
|
||||
|
Loading…
Reference in New Issue
Block a user