sergei
|
7ba4e67564
* Fixed Linux FPU exception mapping for x86_64 and MIPS, might be still incomplete, but at least operations yielding NaNs no longer produce EAccessViolation.
|
11 年之前 |
sergei
|
ea36d4996a
+ MIPS: In PIC mode, set $t9 to correct value before exiting SignalToRunError, without it any subsequent access to global variable will repeatedly crash.
|
12 年之前 |
pierre
|
a311c53167
Replace HandleErrorFrame calls by HandleErrorAddrFrameInd where possible in common code (to allow correct backtrace for mips cpu)
|
13 年之前 |
pierre
|
75420e78a8
Reset FPU exceptions and retrun after changing sigc_pc value if UContext is assigned
|
13 年之前 |
pierre
|
b0fcb8cb2f
Third field of SignalToRunError must be PUContext type
|
13 年之前 |
pierre
|
645698183d
Integer Overflow signal must be mapped to error 215, not 205, which is for floating point overflow
|
13 年之前 |
pierre
|
5597af2279
* Try to adapt sigcontext record to MIPS linux system
|
13 年之前 |
pierre
|
150578f2c0
+ Use SigContext sigc_sp and sigc_pc fields for HandleErrorAdrFrame parameters
|
13 年之前 |
florian
|
a2009af76e
* updated MIPS code so the compiler gets through the system unit
|
13 年之前 |
daniel
|
3307d98c40
- Revert micro-exe mode for now.
|
15 年之前 |
daniel
|
2139a229d3
+ If no unit is used, no symbol inside the system unit is used,
|
15 年之前 |
florian
|
28ac4a8dda
* several mips/mipsel related stuff fixed
|
15 年之前 |
florian
|
80fc5f05dc
+ system unit part of David Zhang's MIPS port
|
15 年之前 |