summaryrefslogtreecommitdiff
path: root/system/alpha/h
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2004-05-17 17:49:19 -0400
committerAli Saidi <saidi@eecs.umich.edu>2004-05-17 17:49:19 -0400
commit31ac4ce14032ee8bc3f44a9a600bd006f054077b (patch)
treeb0bbef85fbc58ea88a0da0c2ad597cff23302673 /system/alpha/h
parentb582b5058e1ecfc4f8a38c74ff111bed47d9fdbb (diff)
downloadgem5-31ac4ce14032ee8bc3f44a9a600bd006f054077b.tar.xz
console code now builds on zizzer
console/Makefile: Updated to build on linux and removed lots of crud that compiled, disassembled, and then reassembled console/dbmentry.s: the assembler didn't like they comments, so I removed them console/printf.c: Gcc was very unhappy, so I fixed this line h/lib.h: time_t is defined in a std header, and this was causing some problems
Diffstat (limited to 'system/alpha/h')
-rw-r--r--system/alpha/h/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/alpha/h/lib.h b/system/alpha/h/lib.h
index aa28f69ab..cdfa28603 100644
--- a/system/alpha/h/lib.h
+++ b/system/alpha/h/lib.h
@@ -234,7 +234,7 @@ date.c
extern void printDate(void);
extern void setDate(ub * date);
extern ui gettime(void);
-extern time_t time(void);
+//extern time_t time(void);
extern void CheckDate(void);
/*::::::::::::::