mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ETRAX: Removed unused struct entry and fixed Windows build.
"struct timeval last" caused a compilation error with mingw32 (missing header for struct timeval). It is unused, so it was possible to remove it. Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
This commit is contained in:
committed by
Edgar E. Iglesias
parent
02e2da45c4
commit
3cb5a22326
@@ -52,7 +52,6 @@ struct etrax_timer {
|
||||
ptimer_state *ptimer_t0;
|
||||
ptimer_state *ptimer_t1;
|
||||
ptimer_state *ptimer_wd;
|
||||
struct timeval last;
|
||||
|
||||
int wd_hits;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user