projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96c5005
)
ifcpu.c32: Remove defines used in the old sleep function.
author
Gert Hulselmans
<gerth@zytor.com>
Mon, 5 Jul 2010 23:59:40 +0000
(
01:59
+0200)
committer
Gert 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
patch
|
blob
|
history
diff --git
a/com32/modules/ifcpu.c
b/com32/modules/ifcpu.c
index
ae6893b
..
a28acc4
100644
(file)
--- 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);