Search
lxdream.org :: lxdream/src/sh4/xltcache.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/xltcache.h
changeset 592:4343cbfdd21b
prev586:2a3ba82cf243
next596:dfc0c93d882e
author nkeynes
date Mon Jan 21 11:54:47 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix disassembly of AND #imm, Rn (was ADD...)
file annotate diff log raw
1.1 --- a/src/sh4/xltcache.h Tue Jan 15 20:50:23 2008 +0000
1.2 +++ b/src/sh4/xltcache.h Mon Jan 21 11:54:47 2008 +0000
1.3 @@ -41,7 +41,7 @@
1.4 int active; /* 0 = deleted, 1 = normal. 2 = accessed (temp-space only) */
1.5 uint32_t size;
1.6 void **lut_entry; /* For deletion */
1.7 - xlat_recovery_record_t recover_table;
1.8 + uint32_t recover_table_offset; // Offset from code[0] of the recovery table;
1.9 uint32_t recover_table_size;
1.10 unsigned char code[0];
1.11 } __attribute__((packed));
.