diff options
Diffstat (limited to 'tapset/builtin_printk.stp')
-rw-r--r-- | tapset/builtin_printk.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/builtin_printk.stp b/tapset/builtin_printk.stp index 3e456fb2..81826849 100644 --- a/tapset/builtin_printk.stp +++ b/tapset/builtin_printk.stp @@ -3,5 +3,5 @@ function _printk (msg) %{ %} function printk (msg) { - return 0 + _printk (msg . "") + _printk (msg . "") } |