..
|
|
|
cpu.h
|
|
Make SVM env->cr[8] a valid register (patch from TeLeMan).
|
exec.h
|
|
use the TCG code generator
|
helper.c
|
|
Fix some functions declared () rather than (void) (Ian Jackson)
|
helper.h
|
|
use the TCG code generator
|
helper2.c
|
|
Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg).
|
op.c
|
|
use the TCG code generator
|
opreg_template.h
|
|
use the TCG code generator
|
ops_mem.h
|
|
x86_64 ldl fix
|
ops_sse.h
|
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
ops_template.h
|
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
ops_template_mem.h
|
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
svm.h
|
|
Fix some functions declared () rather than (void) (Ian Jackson)
|
translate.c
|
|
More helper types, rearrange generic definitions
|