[syslinux:master] ifcpu.c32: Remove defines used in the old sleep function.

syslinux-bot for Gert Hulselmans gerth at zytor.com
Mon Jul 5 17:45:19 PDT 2010


Commit-ID:  88e09d8d2f47555e1197c4936cce49307047ea1b
Gitweb:     http://syslinux.zytor.com/commit/88e09d8d2f47555e1197c4936cce49307047ea1b
Author:     Gert Hulselmans <gerth at zytor.com>
AuthorDate: Tue, 6 Jul 2010 01:59:40 +0200
Committer:  Gert Hulselmans <gerth at zytor.com>
CommitDate: Tue, 6 Jul 2010 01:59:40 +0200

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 <gerth at zytor.com>


---
 com32/modules/ifcpu.c |    4 ----
 1 files changed, 0 insertions(+), 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 <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);



More information about the Syslinux-commits mailing list