ifcpu.c32: Remove defines used in the old sleep function.
authorGert Hulselmans <gerth@zytor.com>
Mon, 5 Jul 2010 23:59:40 +0000 (01:59 +0200)
committerGert Hulselmans <gerth@zytor.com>
Mon, 5 Jul 2010 23:59:40 +0000 (01:59 +0200)
Remove useless defines which where used in the old sleep function.

Signed-off-by: Gert Hulselmans <gerth@zytor.com>
com32/modules/ifcpu.c

index ae6893b..a28acc4 100644 (file)
 #include <com32.h>
 #include <consoles.h>
 
-#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);