qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] target-arm/cpu.h: remove pending_exception


From: Alex Bennée
Subject: [Qemu-devel] [PATCH] target-arm/cpu.h: remove pending_exception
Date: Thu, 11 Jun 2015 11:53:35 +0100

This isn't used by any of the code. In fact it looks like it was never
used as it came in with ARMv7 support.

Signed-off-by: Alex Bennée <address@hidden>
---
 target-arm/cpu.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target-arm/cpu.h b/target-arm/cpu.h
index 21b5b8e..7c1d95c 100644
--- a/target-arm/cpu.h
+++ b/target-arm/cpu.h
@@ -384,7 +384,6 @@ typedef struct CPUARMState {
         uint32_t control;
         int current_sp;
         int exception;
-        int pending_exception;
     } v7m;
 
     /* Information associated with an exception about to be taken:
-- 
2.4.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]