diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2022-01-18 09:04:24 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2022-01-18 09:04:24 -0400 |
commit | 21c83c9fbdf361105dfb79aa35af0cbb107de905 (patch) | |
tree | 558e309dbf1623bdd59eb99b2f2ed86a9afefefb /sux.h | |
parent | 000b49deb09fdc275f5aae27c086bc09a3af0d5e (diff) |
Remove `pbits` from instruction handler.
Diffstat (limited to 'sux.h')
-rw-r--r-- | sux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1796,7 +1796,6 @@ static /*inline*/ void inst_##op(struct sux *cpu, uint8_t prefix, uint8_t size, uint64_t addr = 0, idx = 0, tmp = 0, tmp2 = 0; \ uint64_t dummy = 0, *reg = &dummy; \ int pre_idx = 0, mem_type = ZM; \ - uint8_t pbits = 0x##op < 0x100 ? 0x10 : 0; \ /* Decode Address. */ \ t(1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000) { addr = 0xFFA0; } /* NMI Vector. */ \ t(2, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000) { addr = 0xFFC0; } /* Reset Vector. */ \ |