From 88e09d8d2f47555e1197c4936cce49307047ea1b Mon Sep 17 00:00:00 2001 From: Gert Hulselmans Date: Tue, 6 Jul 2010 01:59:40 +0200 Subject: [PATCH] ifcpu.c32: Remove defines used in the old sleep function. Remove useless defines which where used in the old sleep function. Signed-off-by: Gert Hulselmans --- com32/modules/ifcpu.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/com32/modules/ifcpu.c b/com32/modules/ifcpu.c index ae6893b..a28acc4 100644 --- a/com32/modules/ifcpu.c +++ b/com32/modules/ifcpu.c @@ -25,10 +25,6 @@ #include #include -#define REG_AH(x) ((x).eax.b[1]) -#define REG_CX(x) ((x).ecx.w[0]) -#define REG_DX(x) ((x).edx.w[0]) - static inline void error(const char *msg) { fputs(msg, stderr); -- 2.7.4