restore first circle algo + hostsim work
[aversive.git] / include / aversive / irq_lock.h
index ec45b68..12a46bb 100644 (file)
@@ -45,8 +45,8 @@
 #include <hostsim.h>
 
 /* we must use 'flags' to avoid a warning */
-#define IRQ_UNLOCK(flags) do { flags=0; hostsim_lock(); } while(0)
-#define IRQ_LOCK(flags) do { flags=0; hostsim_unlock(); } while(0)
+#define IRQ_UNLOCK(flags) do { flags=0; /* hostsim_lock(); */ } while(0)
+#define IRQ_LOCK(flags) do { flags=0; /* hostsim_unlock(); */ } while(0)
 #define GLOBAL_IRQ_ARE_MASKED() hostsim_islocked()
 
 #else