about summary refs log tree commit diff stats
path: root/x86_approx.md
diff options
context:
space:
mode:
Diffstat (limited to 'x86_approx.md')
-rw-r--r--x86_approx.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/x86_approx.md b/x86_approx.md
index a0512d60..059c5e6b 100644
--- a/x86_approx.md
+++ b/x86_approx.md
@@ -21,8 +21,9 @@ Here's a test Mu program that prints out the bits for 0.5:
 It gives different results when emulated and run natively:
 
   ```
-  $ ./translate_mu_debug x.mu  # debug mode = error checking
-  $ ./bootstrap run a.elf
+  $ cd linux
+  $ ./translate_debug x.mu  # debug mode = error checking
+  $ bootstrap/bootstrap run a.elf
   0x3f000000  # correct
   $ ./a.elf
   0x3efff000  # wrong