diff options
| author | Drahflow <drahflow@gmx.de> | 2015-05-07 17:44:32 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-05-07 17:44:32 +0200 |
| commit | 838371f7e95b5d9dc44752e2c2b1b77e6faa9670 (patch) | |
| tree | 0bc32d224d5392aaf40975526b96095ebcdd8e1f | |
| parent | fa059eb58cf556b09c0fa98c31bf54171cdf80dc (diff) | |
Be able to dump coroutines
| -rw-r--r-- | compiler/standardClient.ey | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index 27d6455..dfcdfb6 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -966,8 +966,8 @@ invalid # function type { "<scope: " o sys .asm .rawAddress base16encode64 cat ">" cat sys .err .writeall } invalid # name table - unknown - unknown + invalid # stack + { "<coroutine: " o sys .asm .rawAddress base16encode64 cat ">" cat sys .err .writeall } unknown unknown unknown |
