2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>

* varvects.h: Fix prototype.
This commit is contained in:
Joel Sherrill
2009-01-05 19:58:41 +00:00
parent 0666956fb1
commit e64a143b27
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* varvects.h: Fix prototype.
2008-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* context_init.c, context_switch.S, cpu.c, cpu_asm.c: Correct file

View File

@@ -36,7 +36,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef _VARVECTS_H_
#define _VARVECTS_H_
typedef void (*_m32c_interrupt_func)() __attribute__((mode(SI)));
typedef void (*_m32c_interrupt_func)(void) __attribute__((mode(SI)));
extern _m32c_interrupt_func _var_vects[];
#if defined(__r8c_cpu__) || defined (__m16c_cpu__)