From 156cbcff8ac687e24251d262dfb18b5a9b16db56 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 17 Feb 2020 20:00:15 -0800 Subject: 6016 --- html/apps/mu.subx.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/apps/mu.subx.html') diff --git a/html/apps/mu.subx.html b/html/apps/mu.subx.html index 183a015d..74696793 100644 --- a/html/apps/mu.subx.html +++ b/html/apps/mu.subx.html @@ -3841,7 +3841,7 @@ if ('onhashchange' in window) { 3894 5d/pop-to-ebp 3895 c3/return 3896 -3897 find-in-function-outputs: # fn: (handle function), name: (handle array byte) => result/eax: (handle var) +3897 find-in-function-outputs: # fn: (handle function), name: (handle array byte) -> result/eax: (handle var) 3898 # . prologue 3899 55/push-ebp 3900 89/<- %ebp 4/r32/esp @@ -6729,7 +6729,7 @@ if ('onhashchange' in window) { 6884 5d/pop-to-ebp 6885 c3/return 6886 -6887 mu-stmt-matches-function?: # stmt: (handle statement), function: (handle function) => result/eax: boolean +6887 mu-stmt-matches-function?: # stmt: (handle statement), function: (handle function) -> result/eax: boolean 6888 # . prologue 6889 55/push-ebp 6890 89/<- %ebp 4/r32/esp @@ -6747,7 +6747,7 @@ if ('onhashchange' in window) { 6902 5d/pop-to-ebp 6903 c3/return 6904 -6905 mu-stmt-matches-primitive?: # stmt: (handle statement), primitive: (handle primitive) => result/eax: boolean +6905 mu-stmt-matches-primitive?: # stmt: (handle statement), primitive: (handle primitive) -> result/eax: boolean 6906 # A mu stmt matches a primitive if the name matches, all the inout vars 6907 # match, and all the output vars match. 6908 # Vars match if types match and registers match. @@ -6873,7 +6873,7 @@ if ('onhashchange' in window) { 7028 5d/pop-to-ebp 7029 c3/return 7030 -7031 operand-matches-primitive?: # var: (handle var), prim-var: (handle var) => result/eax: boolean +7031 operand-matches-primitive?: # var: (handle var), prim-var: (handle var) -> result/eax: boolean 7032 # . prologue 7033 55/push-ebp 7034 89/<- %ebp 4/r32/esp @@ -6922,7 +6922,7 @@ if ('onhashchange' in window) { 7077 5d/pop-to-ebp 7078 c3/return 7079 -7080 type-equal?: # a: (handle tree type-id), b: (handle tree type-id) => result/eax: boolean +7080 type-equal?: # a: (handle tree type-id), b: (handle tree type-id) -> result/eax: boolean 7081 # . prologue 7082 55/push-ebp 7083 89/<- %ebp 4/r32/esp -- cgit 1.4.1-2-gfad0