From: Joshua Wise Date: Fri, 26 Sep 2008 01:44:25 +0000 (-0400) Subject: I r retard; should be unsigned long X-Git-Url: http://git.joshuawise.com/netwatch.git/commitdiff_plain/7d252e04e0509aee73505e2252a1eea2df65fae7 I r retard; should be unsigned long --- diff --git a/aseg/counter.c b/aseg/counter.c index 4c53b59..88915dc 100644 --- a/aseg/counter.c +++ b/aseg/counter.c @@ -69,7 +69,7 @@ void gbl_rls_handler(smi_event_t ev) { unsigned long ecx; - ecx = *(unsigned char*)0xAFFD4; + ecx = *(unsigned long*)0xAFFD4; dologf("ECX was %08x", ecx); *(unsigned long*)0xAFFD4 = 0x2BADD00D; }