exceptions saving error code

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Adek336

exceptions saving error code

Post by Adek336 »

As I know, some exception handlers push the error code on stack right? Which do push and which do not?

Cheers,
Adrian
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:exceptions saving error code

Post by Pype.Clicker »

@Tim: your above link is broken ;D

Well, btw, i tend to push a zero byte at the very start of handlers for exceptions that have no error codes ... this makes the whole thing easier to deal with later (imho)
Post Reply