]> git.proxmox.com Git - qemu.git/blobdiff - target-cris/cpu.h
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
[qemu.git] / target-cris / cpu.h
index 2fc7c5c772cd8a9a2f6fd16b1c2dfb70ffc31acd..dbd7d3687078ae4181b4e113346515db42317fa9 100644 (file)
@@ -175,7 +175,6 @@ typedef struct CPUCRISState {
 
 CRISCPU *cpu_cris_init(const char *cpu_model);
 int cpu_cris_exec(CPUCRISState *s);
-void do_interrupt(CPUCRISState *env);
 /* you can call this signal handler from your SIGBUS and SIGSEGV
    signal handlers to inform the virtual CPU of exceptions. non zero
    is returned if the signal was handled by the virtual CPU.  */