ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/compiler/compemu_support.cpp
(Generate patch)

Comparing BasiliskII/src/uae_cpu/compiler/compemu_support.cpp (file contents):
Revision 1.29 by gbeauche, 2005-01-30T21:42:16Z vs.
Revision 1.30 by gbeauche, 2005-04-21T09:08:57Z

# Line 156 | Line 156 | static uae_u32 current_cache_size      = 0;
156   static bool             lazy_flush                      = true;         // Flag: lazy translation cache invalidation
157   static bool             avoid_fpu                       = true;         // Flag: compile FPU instructions ?
158   static bool             have_cmov                       = false;        // target has CMOV instructions ?
159 + static bool             have_lahf_lm            = true;         // target has LAHF supported in long mode ?
160   static bool             have_rat_stall          = true;         // target has partial register stalls ?
161   const bool              tune_alignment          = true;         // Tune code alignments for running CPU ?
162   const bool              tune_nop_fillers        = true;         // Tune no-op fillers for architecture

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines