Commit c5adf6a88da108289f594364e82413b794cdd562

Authored by blueswir1
1 parent 0dcda9be

Remove duplicated field

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4411 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
target-sparc/cpu.h
... ... @@ -254,7 +254,6 @@ typedef struct CPUSPARCState {
254 254 float_status fp_status;
255 255 #if defined(TARGET_SPARC64)
256 256 #define MAXTL 4
257   - uint64_t t0;
258 257 trap_state *tsptr;
259 258 trap_state ts[MAXTL];
260 259 uint32_t xcc; /* Extended integer condition codes */
... ...