Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • pw's avatar
    da4ebe3b
    From Ken Olum: · da4ebe3b
    pw authored
    Subject: Fix for Alpha "dead in fake_foreign_function_call" bug
    
    This bug occurs because the code in arch_get_bad_addr in alpha-arch.c
    looks to see whether the faulting instruction is a store instruction,
    but doesn't check for floating-point stores.
    da4ebe3b
    History
    From Ken Olum:
    pw authored
    Subject: Fix for Alpha "dead in fake_foreign_function_call" bug
    
    This bug occurs because the code in arch_get_bad_addr in alpha-arch.c
    looks to see whether the faulting instruction is a store instruction,
    but doesn't check for floating-point stores.