about summary refs log tree commit diff stats
path: root/translate_subx_emulated
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-28 09:26:15 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-28 11:09:30 -0800
commitdff67029adb1a27bff5937fa8e028fadbef521eb (patch)
tree2bdd43d9a812cc7b1a184f5c383a0e5a2038fc75 /translate_subx_emulated
parent7566d80ade1177939bf29345b5b5cbb976765cc5 (diff)
downloadmu-dff67029adb1a27bff5937fa8e028fadbef521eb.tar.gz
7439 - start translating Mu programs to baremetal
Diffstat (limited to 'translate_subx_emulated')
-rwxr-xr-xtranslate_subx_emulated2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate_subx_emulated b/translate_subx_emulated
index 4a75c03b..730e020d 100755
--- a/translate_subx_emulated
+++ b/translate_subx_emulated
@@ -16,7 +16,7 @@ cat a.tests     |./bootstrap_bin run apps/assort   > a.assort
 cat a.assort    |./bootstrap_bin run apps/dquotes  > a.dquotes
 cat a.dquotes   |./bootstrap_bin run apps/assort   > a.assort2
 cat a.assort2   |./bootstrap_bin run apps/pack     > a.pack
-cat a.pack      |./bootstrap_bin run apps/survey   > a.survey
+cat a.pack      |./bootstrap_bin run apps/survey_elf  > a.survey
 cat a.survey    |./bootstrap_bin run apps/hex      > a.elf
 
 chmod +x a.elf