Include sim_gdb.h from sim_gdb.c. Also fix prototype in .h.
[simavr] / simavr / sim / sim_gdb.h
index 497dabf..bb955ae 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
 int avr_gdb_init(avr_t * avr);
 
 // call from the main AVR decoder thread
-int avr_gdb_processor(avr_t * avr, uint32_t sleep);
+int avr_gdb_processor(avr_t * avr, int sleep);
 
 #ifdef __cplusplus
 };