]> Git Repo - qemu.git/blobdiff - target-m68k/cpu.h
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[qemu.git] / target-m68k / cpu.h
index b0e725d4a0d6a6a8a2b4d343e92102d87dfefc19..5a0222dfbc47e1c5e9e87b8aa62c869dd8d931ac 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * m68k virtual CPU header
- * 
+ *
  *  Copyright (c) 2005-2007 CodeSourcery
  *  Written by Paul Brook
  *
@@ -86,7 +86,7 @@ typedef struct CPUM68KState {
     /* Temporary storage for DIV helpers.  */
     uint32_t div1;
     uint32_t div2;
-    
+   
     /* MMU status.  */
     struct {
         uint32_t ar;
@@ -125,7 +125,7 @@ void do_interrupt(int is_hw);
 /* 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.  */
-int cpu_m68k_signal_handler(int host_signum, void *pinfo, 
+int cpu_m68k_signal_handler(int host_signum, void *pinfo,
                            void *puc);
 void cpu_m68k_flush_flags(CPUM68KState *, int);
 
@@ -213,7 +213,7 @@ void register_m68k_insns (CPUM68KState *env);
 /* Linux uses 8k pages.  */
 #define TARGET_PAGE_BITS 13
 #else
-/* Smallest TLB entry size is 1k.  */ 
+/* Smallest TLB entry size is 1k.  */
 #define TARGET_PAGE_BITS 10
 #endif
 
This page took 0.023758 seconds and 4 git commands to generate.