Search
lxdream.org :: lxdream/src/sh4/xltcache.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/xltcache.h
changeset 596:dfc0c93d882e
prev592:4343cbfdd21b
next736:a02d1475ccfd
author nkeynes
date Tue Jul 08 12:28:10 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix includes to be src/ relative
file annotate diff log raw
1.1 --- a/src/sh4/xltcache.h Thu Jan 17 10:17:32 2008 +0000
1.2 +++ b/src/sh4/xltcache.h Tue Jul 08 12:28:10 2008 +0000
1.3 @@ -32,7 +32,7 @@
1.4 *
1.5 */
1.6 typedef struct xlat_recovery_record {
1.7 - uintptr_t xlat_pc; // native (translated) pc
1.8 + uint32_t xlat_offset; // native (translated) pc
1.9 uint32_t sh4_icount; // instruction number of the corresponding SH4 instruction
1.10 // (0 = first instruction, 1 = second instruction, ... )
1.11 } *xlat_recovery_record_t;
.