OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [or32/] [execute.c] - Diff between revs 706 and 709

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 706 Rev 709
Line 779... Line 779...
 
 
void l_invalid () {
void l_invalid () {
  except_handle(EXCEPT_ILLEGAL, iqueue[0].insn_addr);
  except_handle(EXCEPT_ILLEGAL, iqueue[0].insn_addr);
}
}
 
 
//#if SIMPLE_EXECUTION
#if SIMPLE_EXECUTION
#define INSTRUCTION(name) void name ()
#define INSTRUCTION(name) void name ()
#include "insnset.c"
#include "insnset.c"
//#endif /* SIMPLE_EXECUTION */
#endif /* SIMPLE_EXECUTION */
 
 
 
 
#if SIMPLE_EXECUTION
#if SIMPLE_EXECUTION
/* Address calculation changed by CZ on 27/05/01 */
/* Address calculation changed by CZ on 27/05/01 */
static inline void decode_execute (struct iqueue_entry *current, int *breakpoint)
static inline void decode_execute (struct iqueue_entry *current, int *breakpoint)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.