]> Git Repo - qemu.git/blobdiff - target-openrisc/exception.c
range: Create range.c for code that should not be inline
[qemu.git] / target-openrisc / exception.c
index 74652a58f6920609e71e90b70a81caf6009d6c2d..49470be051ee97deeead443445378f23d16f0246 100644 (file)
@@ -17,7 +17,9 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
+#include "exec/exec-all.h"
 #include "exception.h"
 
 void QEMU_NORETURN raise_exception(OpenRISCCPU *cpu, uint32_t excp)
This page took 0.025345 seconds and 4 git commands to generate.