summaryrefslogtreecommitdiff
path: root/src/target/arm_simulator.c
Commit message (Expand)AuthorAgeFilesLines
* fix pass_condition() LE condition code checkLennert Buytenhek2009-10-131-3/+3
* refactor arm simulator to allow arm11 code to use it as well - no observable ...oharboe2009-08-271-48/+129
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-57/+57
* - Replace 'if(' with 'if ('.zwelch2009-06-231-8/+8
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-24/+24
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-7/+7
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-2/+0
* Solve problem with single stepping.mlu2009-04-141-1/+8
* Hongtao Zheng - fix a simulation error for "BX PC"oharboe2008-10-281-0/+7
* hontor <hontor@126.com> - fix simulation step errorsoharboe2008-10-231-3/+9
* Laurentiu Cocanu - add error handlingoharboe2008-10-141-5/+21
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-5/+5
* - removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi2008-03-011-2/+2
* - debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak2008-01-111-3/+6
* - split fileio handling into fileio part and image handlingdrath2007-05-291-14/+36
* - merged XScale branch back into trunkdrath2007-03-281-0/+684