projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
fbe8ff0
d23ad6c
)
Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/alpha-system
author
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 14 Jan 2004 09:07:07 +0000
(
04:07
-0500)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 14 Jan 2004 09:07:07 +0000
(
04:07
-0500)
into zizzer.eecs.umich.edu:/y/saidi/alpha-system
1
2
system/alpha/console/console.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
system/alpha/console/console.c
index d62dfdb7090f85763c07268b600769715bf80baf,3ae97425b5f42b21108f76d4a5eaa8ce7acc703b..0697be63a70df8c2f1351fdb80b59abb9d5727b7
---
1
/
system/alpha/console/console.c
---
2
/
system/alpha/console/console.c
+++ b/
system/alpha/console/console.c
@@@
-1128,11
-1129,12
+1130,11
@@@
CallBackDispatcher(long a0, long a1, lo
long i;
switch (a0) {
case CONSCB_GETC:
-
break
;
+
return GetChar()
;
case CONSCB_PUTS:
- for(i = 0; i < a3; i++)
{
+ for(i = 0; i < a3; i++)
- PutChar(*(
char *)a2+i
);
+ PutChar(*(
(char *)a2+i)
);
- }
return a3;
case CONSCB_GETENV: