diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2011-08-02 17:49:27 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2011-08-02 17:49:27 +0000 |
| commit | 5bfc249c2cecbe96aea17defde473a92cdfccb85 (patch) | |
| tree | e5302b62c329e75b9921735b17fe54ca4383f533 /sys/mips | |
| parent | 2b5bf115aea115a6cb8eed9af38204b718311aac (diff) | |
Notes
Diffstat (limited to 'sys/mips')
| -rw-r--r-- | sys/mips/mips/exception.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/mips/exception.S b/sys/mips/mips/exception.S index 6eafbdcc640e..729391e1efcf 100644 --- a/sys/mips/mips/exception.S +++ b/sys/mips/mips/exception.S @@ -1143,7 +1143,7 @@ sintrnames: #ifdef __mips_n64 .quad INTRCNT_COUNT * (MAXCOMLEN + 1) * 2 #else - .word INTRCNT_COUNT * (MAXCOMLEN + 1) * 2 + .int INTRCNT_COUNT * (MAXCOMLEN + 1) * 2 #endif .align 4 @@ -1153,7 +1153,7 @@ sintrcnt: #ifdef __mips_n64 .quad INTRCNT_COUNT * 4 * 2 #else - .word INTRCNT_COUNT * 4 * 2 + .int INTRCNT_COUNT * 4 * 2 #endif |
