diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-07 13:58:52 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-07 13:58:52 +0000 |
commit | 381f42ef5d76943fb09494130c95abfb9b70e024 (patch) | |
tree | f45512a238920ab0e21b11e3efdb62d924984c9d /sim/tic80/alu.h | |
parent | bd3274c6d9a56ad8cafa149fd72f0a0cc1a6d0fc (diff) | |
download | gdb-381f42ef5d76943fb09494130c95abfb9b70e024.zip gdb-381f42ef5d76943fb09494130c95abfb9b70e024.tar.gz gdb-381f42ef5d76943fb09494130c95abfb9b70e024.tar.bz2 |
o Clean-up tic80 fp tracing
o Fill in more tic80 insns
Diffstat (limited to 'sim/tic80/alu.h')
-rw-r--r-- | sim/tic80/alu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/tic80/alu.h b/sim/tic80/alu.h index d8fb136..1bb4054 100644 --- a/sim/tic80/alu.h +++ b/sim/tic80/alu.h @@ -63,6 +63,8 @@ do { \ /* Floating point support */ +#define IS_FP_AVAILABLE ((CPU)->cr[IE_CR] & IE_CR_IE) + #include "sim-fpu.h" |