Sign in
opensecura
/
sw
/
vec
/
4b71896ddd5910f43027fef1a8f92fd689c31583
/
.
/
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
;
}