This makes proc_test actually compile and pass:
[bertos.git] / bertos / cpu / frame.h
index 2a9680a2a7e64231ca89ae4c35645ddc652ec52a..c96351566f156c71d93de7fe50c803403ebc2966 100644 (file)
  * in hosted environments such as emulators.
  */
 #ifndef CPU_IDLE
-       #if defined(ARCH_EMUL) && (ARCH & ARCH_EMUL)
+       #if defined(ARCH_QT) && (ARCH & ARCH_QT)
                /* This emulator hook should yield the CPU to the host.  */
                EXTERN_C_BEGIN
                void emul_idle(void);