As I know, some exception handlers push the error code on stack right? Which do push and which do not?
Cheers,
Adrian
exceptions saving error code
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:exceptions saving error code
@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)
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)