From 1ffb27a045c63217336e2c926058360e9521afc9 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 30 Dec 2018 21:01:35 -0800 Subject: 4900 Finally really fix the CI failure of commit 4894. This is a remainder to forget my knowledge of stack addresses in the SubX VM when writing SubX programs. Otherwise my programs will work in the VM but not natively. The only assumptions a SubX program should make about its segment addresses are what's encoded in the ELF binary. Thanks to https://en.wikipedia.org/wiki/Address_space_layout_randomization, it can't know anything else. --- subx/apps/handle | Bin 7954 -> 7954 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'subx/apps/handle') diff --git a/subx/apps/handle b/subx/apps/handle index 1e2c0e28..61558084 100755 Binary files a/subx/apps/handle and b/subx/apps/handle differ -- cgit 1.4.1-2-gfad0