This commit is contained in:
Kartik K. Agaram 2021-06-11 17:19:48 -07:00
parent f8c5b63cb9
commit 9487b2dde7
1 changed files with 0 additions and 1 deletions

View File

@ -614,7 +614,6 @@ fn edit-sandbox _self: (addr sandbox), key: grapheme, globals: (addr global-tabl
}
}
# hack: tweak-real-screen guards things there are no tests for
fn run-sandbox _self: (addr sandbox), globals: (addr global-table) {
var self/esi: (addr sandbox) <- copy _self
var data-ah/ecx: (addr handle gap-buffer) <- get self, data