Commit d1f2367bc00099e9782891fd57cab2ebcf977fda

Authored by bellard
1 parent 851e67a1

changed flag names


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@58 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 2 deletions
linux-user/signal.c
... ... @@ -570,8 +570,6 @@ get_sigframe(struct emulated_sigaction *ka, CPUX86State *env, size_t frame_size)
570 570 return (void *)((esp - frame_size) & -8ul);
571 571 }
572 572  
573   -#define TF_MASK TRAP_FLAG
574   -
575 573 static void setup_frame(int sig, struct emulated_sigaction *ka,
576 574 target_sigset_t *set, CPUX86State *env)
577 575 {
... ...