Welcome, Guest. Please login or register.

Author Topic: Exec exception handling and a time interval implementation...  (Read 5447 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline RWO

  • Newbie
  • *
  • Join Date: Mar 2003
  • Posts: 30
    • Show all replies
    • http://www.rwo.dk
@Piru

Whouldent you get in trouble if a 68k application used that tick and ended up is a PPC code function.

I can imagine that the Emulator jumping from a 68k function to another 68k function, but crossing over whould lead into trouble.

RWO
Debugging is a state of mind
 

Offline RWO

  • Newbie
  • *
  • Join Date: Mar 2003
  • Posts: 30
    • Show all replies
    • http://www.rwo.dk
Re: Exec exception handling and a time interval implementation...
« Reply #1 on: June 09, 2006, 12:06:20 PM »
@Piru

Yes I can understad that adding a Trap function in the mp_SigTask will work but I were thinking more in the lines like we have an old program 68k and an old system 68k.. now as time go by the system get upgraded to PPC, then the old program still has a direct address and not a Trap.. in that case I se it fail.

RWO
Debugging is a state of mind