Skip to content
  • Ben Gamari's avatar
    f0cdbcce
    rts/m32: Fix bounds check · f0cdbcce
    Ben Gamari authored and Zubin's avatar Zubin committed
    Previously we would check only that the *start* of the mapping was in
    the bottom 32-bits of address space. However, we need the *entire*
    mapping to be in low memory. Fix this.
    
    Noticed by @Phyx.
    f0cdbcce
    rts/m32: Fix bounds check
    Ben Gamari authored and Zubin's avatar Zubin committed
    Previously we would check only that the *start* of the mapping was in
    the bottom 32-bits of address space. However, we need the *entire*
    mapping to be in low memory. Fix this.
    
    Noticed by @Phyx.
Loading