|
|
| version 1.3, 2008/03/22 04:03:07 | version 1.5, 2011/12/29 13:32:12 |
|---|---|
| Line 1 | Line 1 |
| /* $Id$ */ | |
| /* | /* |
| * Copyright (c) 2003 NONAKA Kimihiro | * Copyright (c) 2003 NONAKA Kimihiro |
| * All rights reserved. | * All rights reserved. |
| Line 67 enum { | Line 65 enum { |
| #define INTERRUPT(num, softintp) \ | #define INTERRUPT(num, softintp) \ |
| interrupt(num, softintp, 0, 0) | interrupt(num, softintp, 0, 0) |
| void exception(int num, int vec); | void CPUCALL exception(int num, int vec); |
| void interrupt(int num, int intrtype, int errorp, int error_code); | void CPUCALL interrupt(int num, int intrtype, int errorp, int error_code); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |