Search
lxdream.org :: lxdream :: r884:2dcd6a3829fa
lxdream 0.9.1
released Jun 29
Download Now
changeset884:2dcd6a3829fa
parent883:b275b4fee639
child885:a7de5e3d5be4
authornkeynes
dateMon Oct 20 03:15:08 2008 +0000 (15 years ago)
Repair unit test compilation
src/test/testsh4x86.c
1.1 --- a/src/test/testsh4x86.c Sun Oct 19 11:52:37 2008 +0000
1.2 +++ b/src/test/testsh4x86.c Mon Oct 20 03:15:08 2008 +0000
1.3 @@ -81,6 +81,7 @@
1.4 void sh4_flush_icache(){}
1.5 void event_execute() {}
1.6 void TMU_run_slice( uint32_t nanos ) {}
1.7 +void PMM_write_control( int ctr, uint32_t val ) { }
1.8 void SCIF_run_slice( uint32_t nanos ) {}
1.9 void sh4_write_byte( uint32_t addr, uint32_t val ) {}
1.10 void sh4_write_word( uint32_t addr, uint32_t val ) {}
.