hello all,

taking a look at the system_call handler (entry_32.S), I saw that
after every push
to the stack the directive CFI_ADJUST_CFA_OFFSET 4 is used, and after
every pop there is a CFI_ADJUST_CFA_OFFSET -4.

why is that ? when do I have to put those directives after push and pop ?

thank you all
naziir

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to