summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/output/instruction/1287195
blob: 468667b03a59007a4335e836f77410c8c4148c80 (plain) (blame)
1
2
3
4
5
6
7
8
9
instruction: 0.578
syscall: 0.298
runtime: 0.124



validate_guest_space incorrectly enabled on AArch64

When running linux-user targetting AArch64, validate_guest_space() in elfload.c reserves space in the guest address space for the ARM commpage. Since there is no commpage on AArch64, this function should be disable on that target.