projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b91fa6
)
Make intr_stubs const.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 29 Aug 2004 06:54:21 +0000
(06:54 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 29 Aug 2004 06:54:21 +0000
(06:54 +0000)
src/threads/intr-stubs.h
patch
|
blob
|
history
diff --git
a/src/threads/intr-stubs.h
b/src/threads/intr-stubs.h
index 5ff91649a6fcdfd2c322acdba277556e33de3c0e..b1f503943a852b23909d569c76756e9731cd47ec 100644
(file)
--- a/
src/threads/intr-stubs.h
+++ b/
src/threads/intr-stubs.h
@@
-1,7
+1,7
@@
#ifndef HEADER_INTR_STUBS_H
#define HEADER_INTR_STUBS_H
-extern void (*intr_stubs[256]) (void);
+extern void (*
const
intr_stubs[256]) (void);
void intr_entry (void);
void intr_exit (void);