diff options
| author | Drahflow <drahflow@gmx.de> | 2015-05-13 15:09:06 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-05-13 15:09:06 +0200 |
| commit | fd2856e0533586863cc2f69536fd50be7df69c6b (patch) | |
| tree | e4446461b20cd63acf4af0e6f09997a27370187d /elymas/lib/sys | |
| parent | ec762220e5ec0785b8860af226fa517aac8494bc (diff) | |
Less noisestable
Diffstat (limited to 'elymas/lib/sys')
| -rw-r--r-- | elymas/lib/sys/opt.ey | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/elymas/lib/sys/opt.ey b/elymas/lib/sys/opt.ey index 74f8380..e5440d6 100644 --- a/elymas/lib/sys/opt.ey +++ b/elymas/lib/sys/opt.ey @@ -234,9 +234,9 @@ keyAddr { entryAddr 8 add peeku32 %10 band not { 0 =templatable - "NOT templatable because" dump - nameTableAddress dump - keyAddr ::rawObject dump + # "NOT templatable because" dump + # nameTableAddress dump + # keyAddr ::rawObject dump } rep } { } ? * } each @@ -246,8 +246,6 @@ templatable { nameTableAddress =templateNametable - "Setting template bit on " dump - nameTableAddress dump nameTableAddress 7 add _ sys .asm .peek %04 bor -01 sys .asm .poke # set template bit } rep } /testNametableTemplatability deffst @@ -255,7 +253,6 @@ { ==logic [ logic { ==entry 0 entry * ==action action CALL eq { 1 entry * "/" | ::rawCodeAddress eq }' andif { - "dropped call to /" dump # drop call to / } { entry @@ -327,8 +324,6 @@ [ STATICWRITE offsetInScope parentCount inExtensionArea ] =last [ NOP ] =entry } { } ? * - - "Rewrote def* of " dump constant dump } rep } { executingScope dump |
