summaryrefslogtreecommitdiffstats
path: root/doc/cpu_supplement
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cpu_supplement')
-rw-r--r--doc/cpu_supplement/m68k.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/cpu_supplement/m68k.t b/doc/cpu_supplement/m68k.t
index d684328277..fac78ddbd8 100644
--- a/doc/cpu_supplement/m68k.t
+++ b/doc/cpu_supplement/m68k.t
@@ -703,8 +703,6 @@ typedef struct @{
void * (*stack_allocate_hook)( unsigned32 );
void (*stack_free_hook)( void* );
/* end of fields required on all CPUs */
-
- m68k_isr *interrupt_vector_table;
@} rtems_cpu_table;
@end group
@end example