Matheus Pecoraro commented on a discussion on bsps/x86_64/amd64/interrupts/isr_handler.S: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/169#note_110683 > movq rsp, SAVED_RSP > > /* Make space for CPU_Interrupt_frame */ > - subq $CPU_INTERRUPT_FRAME_SIZE, rsp > + subq $CPU_INTERRUPT_FRAME_CALLER_SAVED_SIZE, rsp > .set ALIGNMENT_MASK, ~(CPU_STACK_ALIGNMENT - 1) > andq $ALIGNMENT_MASK, rsp > // XXX: Save interrupt mask? To be honest I'm not sure what this comment even refers to. I would say it's not needed, should I remove it? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/169#note_110683 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
