about summary refs log tree commit diff stats
path: root/src/include/regs.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-20 21:11:49 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-20 21:11:49 +0100
commit2f89043b35a58afac2d731982cbb499cd4d06f5d (patch)
treebbe2f84476311282ebdb305a4842a8ec7c39a7fa /src/include/regs.h
parentfcfd0d794bdfec18999753946b6f7f8f1a18718a (diff)
downloadbox64-2f89043b35a58afac2d731982cbb499cd4d06f5d.tar.gz
box64-2f89043b35a58afac2d731982cbb499cd4d06f5d.zip
[DYNAREC] Various bugfixes (and now the 4 tests games works again)
Diffstat (limited to 'src/include/regs.h')
-rwxr-xr-xsrc/include/regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/regs.h b/src/include/regs.h
index 44cc21b8..91deee65 100755
--- a/src/include/regs.h
+++ b/src/include/regs.h
@@ -109,6 +109,7 @@ typedef enum {
 	d_adc8,
 	d_adc16,
 	d_adc32,
+	d_adc32b,
 	d_adc64,
 	d_sbb8,
 	d_sbb16,