Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hal/ia32: fix exceptions handling #609

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Commits on Oct 17, 2024

  1. hal/ia32: fix exceptions handling

    In exception_pushContext the error code was pushed into wrong place on
    the stack due to offset miscalcution.
    In exception_popContext there was one extraoridar pop causing iret to
    return into instruction at cs not eip.
    Some exceptions had been badly marked as having error codes.
    
    JIRA: RTOS-954
    badochov committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7c69c00 View commit details
    Browse the repository at this point in the history