]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/counter.c
I r retard; should be unsigned long
[netwatch.git] / aseg / counter.c
index 3c22c0545d4e2d96aa798742daebcd456332a453..88915dcfabae8e3f00c0e2c180563576aabf9e5c 100644 (file)
@@ -65,6 +65,15 @@ void kbc_handler(smi_event_t ev)
        pci_dump();
 }
 
+void gbl_rls_handler(smi_event_t ev)
+{
+       unsigned long ecx;
+       
+       ecx = *(unsigned long*)0xAFFD4;
+       dologf("ECX was %08x", ecx);
+       *(unsigned long*)0xAFFD4 = 0x2BADD00D;
+}
+
 void smi_entry(void)
 {
        char statstr[512];
This page took 0.026845 seconds and 4 git commands to generate.