HI!
I was asked to create two functions similar to setjmp/longjmp, but setjmp has to keep a record not only of the state of registers, but also:
a)the state of the signals in that moment
b)the moment setjmp is called (with a timer)
c)the state of the floating point coprocessor
Longjmp has to restore the state of the signal and the coprocessor
I hope you understand my problem, it was hard to traslate it to english. I really need help to do this.
Thanks-- Pamela
I was asked to create two functions similar to setjmp/longjmp, but setjmp has to keep a record not only of the state of registers, but also:
a)the state of the signals in that moment
b)the moment setjmp is called (with a timer)
c)the state of the floating point coprocessor
Longjmp has to restore the state of the signal and the coprocessor
I hope you understand my problem, it was hard to traslate it to english. I really need help to do this.
Thanks-- Pamela