/[qemu]/qemu/linux-user/qemu.h
ViewVC logotype

Diff of /qemu/linux-user/qemu.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by bellard, Sat Jun 19 16:57:17 2004 UTC revision 1.22 by bellard, Mon Feb 7 12:35:39 2005 UTC
# Line 1  Line 1 
1  #ifndef GEMU_H  #ifndef QEMU_H
2  #define GEMU_H  #define QEMU_H
3    
4  #include "thunk.h"  #include "thunk.h"
5    
# Line 52  struct vm86_saved_state { Line 52  struct vm86_saved_state {
52  #ifdef TARGET_ARM  #ifdef TARGET_ARM
53  /* FPU emulator */  /* FPU emulator */
54  #include "nwfpe/fpa11.h"  #include "nwfpe/fpa11.h"
 #undef put_user  
 #undef get_user  
55  #endif  #endif
56    
57  /* NOTE: we force a big alignment so that the stack stored after is  /* NOTE: we force a big alignment so that the stack stored after is
# Line 238  static inline unsigned long clear_user(v Line 236  static inline unsigned long clear_user(v
236          return size;          return size;
237  }  }
238    
239  #endif  #endif /* QEMU_H */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26