Rev 2606 | Rev 3044 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2606 | Rev 2784 | ||
|---|---|---|---|
| Line 246... | Line 246... | ||
| 246 | */ |
246 | */ |
| 247 | subq $(IREGISTER_SPACE+8), %rsp |
247 | subq $(IREGISTER_SPACE+8), %rsp |
| 248 | .endif |
248 | .endif |
| 249 | 249 | ||
| 250 | save_all_gpr |
250 | save_all_gpr |
| - | 251 | cld |
|
| 251 | 252 | ||
| 252 | movq $(\i), %rdi # %rdi - first parameter |
253 | movq $(\i), %rdi # %rdi - first parameter |
| 253 | movq %rsp, %rsi # %rsi - pointer to istate |
254 | movq %rsp, %rsi # %rsi - pointer to istate |
| 254 | call exc_dispatch # exc_dispatch(i, istate) |
255 | call exc_dispatch # exc_dispatch(i, istate) |
| 255 | 256 | ||