Skip to content

Commit 7f34e69

Browse files
buffercommon
authored andcommitted
sctest - Export Address Table Access Filtering
Signed-off-by: Angelo Dell'Aera <buffer@olografix.org>
1 parent 5d6b4a4 commit 7f34e69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/sctest/sctestmain.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ int test(struct emu *e)
142142
emu_memory_write_dword(mem, 0x7c80ADA0, 0x51EC8B55);
143143
emu_memory_write_byte(mem, 0x7c814eeb, 0xc3);
144144

145+
/* Export Address Table Access Filtering */
146+
emu_memory_write_dword(mem, 0x7c80ffec, 0xc330408b);
147+
145148
if ( env == NULL )
146149
{
147150
printf("%s \n", emu_strerror(e));

0 commit comments

Comments
 (0)