Browse Source

[sim] yet another fix stdint.h __STDC_LIMIT_MACROS problem

cs250
Yunsup Lee 16 years ago
parent
commit
0771c7b017
  1. 2
      riscv/processor.h

2
riscv/processor.h

@ -1,8 +1,8 @@
#ifndef _RISCV_PROCESSOR_H
#define _RISCV_PROCESSOR_H
#include <cstring>
#include "decode.h"
#include <cstring>
#include "trap.h"
#include "mmu.h"

Loading…
Cancel
Save