Sign in
opensecura
/
sw
/
vec
/
b36998c542de1375f17e4dc44df85a52c596e1b3
/
.
/
faults
/
execute_past_inst_window.c
blob: beadb60d22cc99c51d272b26e35f61522ccb72a4 [
file
] [
log
] [
blame
]
#include
"layout.h"
int
main
()
{
// The end of the virtual window will be outside our allocated window.
int
*
i
=
(
int
*)(
IMMU_RANGE_START
+
IMMU_WINDOW_SIZE
-
sizeof
(
int
));
((
void
(*)())
i
)();
return
0
;
}