aboutsummaryrefslogtreecommitdiff
path: root/sim/tic80/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/tic80/alu.h')
-rw-r--r--sim/tic80/alu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/tic80/alu.h b/sim/tic80/alu.h
index ce40a01..8d4e38b 100644
--- a/sim/tic80/alu.h
+++ b/sim/tic80/alu.h
@@ -27,8 +27,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define ALU32_END(TARG) \
{ \
- (TARG) = (unsigned32)alu_carry_val; /* FIXME */ \
-}}
+ (TARG) = ALU32_RESULT; /* FIXME */ \
+}
#define ALU_END(TARG) ALU32_END(TARG)