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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [sim/] [error.c] - Diff between revs 246 and 275

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

Rev 246 Rev 275
Line 10... Line 10...
 
 
#include "common.h"
#include "common.h"
#include "console.h"
#include "console.h"
#include "error.h"
#include "error.h"
#include "cpu.h"
#include "cpu.h"
 
#include "trace.h"
#include "mmu.h"
#include "mmu.h"
#include "memory.h"
#include "memory.h"
#include "timer.h"
#include "timer.h"
#include "dspkbd.h"
#include "dspkbd.h"
#include "serial.h"
#include "serial.h"
Line 25... Line 26...
 
 
void error(char *fmt, ...) {
void error(char *fmt, ...) {
  va_list ap;
  va_list ap;
 
 
  cpuExit();
  cpuExit();
 
  traceExit();
  mmuExit();
  mmuExit();
  memoryExit();
  memoryExit();
  timerExit();
  timerExit();
  displayExit();
  displayExit();
  keyboardExit();
  keyboardExit();

powered by: WebSVN 2.1.0

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