- avoid "redefined AX" warning

This commit is contained in:
Bryce Denney 2001-05-23 08:44:59 +00:00
parent 6ed99e0e43
commit 9ed3cd690f

View File

@ -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