Rev 576 | Rev 799 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 576 | Rev 702 | ||
---|---|---|---|
Line 185... | Line 185... | ||
185 | 185 | ||
186 | # Return with error word |
186 | # Return with error word |
187 | pop_all_gpr |
187 | pop_all_gpr |
188 | 188 | ||
189 | popq %rbp; |
189 | popq %rbp; |
190 | add $8,%esp; # Skip error word |
190 | addq $8,%rsp; # Skip error word |
191 | iretq |
191 | iretq |
192 | 192 | ||
193 | 0: |
193 | 0: |
194 | # Return with no error word |
194 | # Return with no error word |
195 | pop_all_gpr |
195 | pop_all_gpr |