Skip to content

Commit

Permalink
Fix for Jira bug I7-2116
Browse files Browse the repository at this point in the history
  • Loading branch information
ganelson committed May 17, 2022
1 parent 21a668f commit d32f9c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Inform 7

v10.1.0-beta+6V08 'Krypton' (16 May 2022)
v10.1.0-beta+6V09 'Krypton' (17 May 2022)

## About Inform 7

Expand Down
4 changes: 2 additions & 2 deletions build.txt
@@ -1,3 +1,3 @@
Prerelease: beta
Build Date: 16 May 2022
Build Number: 6V08
Build Date: 17 May 2022
Build Number: 6V09
Expand Up @@ -1274,7 +1274,7 @@ result would be the same without the optimisation.
EmitCode::inv(STORE_BIP);
EmitCode::down();
EmitCode::ref_iname(K_number, Hierarchy::find(SAY__N_HL));
CompileValues::to_code_val_of_kind(to_say, K);
CompileValues::to_code_val_of_kind(to_say, NULL);
EmitCode::up();
EmitCode::up();
return;
Expand All @@ -1289,7 +1289,7 @@ language.
EmitCode::inv(STORE_BIP);
EmitCode::down();
EmitCode::ref_iname(K_number, Hierarchy::find(UNICODE_TEMP_HL));
CompileValues::to_code_val_of_kind(to_say, K);
CompileValues::to_code_val_of_kind(to_say, NULL);
EmitCode::up();
if (TargetVMs::is_16_bit(Task::vm())) {
Produce::inv_assembly(Emit::tree(), I"@print_unicode");
Expand Down

0 comments on commit d32f9c7

Please sign in to comment.