projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
befced9
)
[ARMLLB]: Make DbgPrint compatible so we can use debug.h.
author
Sir Richard
<sir_richard@svn.reactos.org>
Tue, 23 Nov 2010 16:40:10 +0000
(16:40 +0000)
committer
Sir Richard
<sir_richard@svn.reactos.org>
Tue, 23 Nov 2010 16:40:10 +0000
(16:40 +0000)
svn path=/trunk/; revision=49734
reactos/boot/armllb/crtsupp.c
patch
|
blob
|
history
diff --git
a/reactos/boot/armllb/crtsupp.c
b/reactos/boot/armllb/crtsupp.c
index
ba2dde3
..
f535a17
100644
(file)
--- a/
reactos/boot/armllb/crtsupp.c
+++ b/
reactos/boot/armllb/crtsupp.c
@@
-40,7
+40,7
@@
int printf(const char *fmt, ...)
return puts(printbuffer);
}
-VOID
+ULONG
DbgPrint(const char *fmt, ...)
{
va_list args;
@@
-52,6
+52,7
@@
DbgPrint(const char *fmt, ...)
va_end(args);
for (j = 0; j < i; j++) LlbSerialPutChar(Buffer[j]);
+ return 0;
}
/* EOF */