try to make breakpoint related functions
more cleaner.
originally, these functions implicit use
0,1,2,3 as name of breakpoint, really
hard to understand, so name them readable,
and also refactor the statement to
check these types for clean reason.


 target-i386/cpu.h         |    11 ++--
 target-i386/helper.c      |    70 ++++++++++++++++++++--------------
 target-i386/machine.c     |    2  +-
 target-i386/misc_helper.c |    4  +-
 target-i386/seg_helper.c  |    6  ++--
 5 files changed, 60 insertions(+), 33 deletions(-)

-- 
regards!
li guang


Reply via email to