From 0d155048397c88db09a25989450568e25af8f44c Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 11 Aug 2005 16:53:45 +0000 Subject: 2005-08-11 Frank Ch. Eigler * translate.cxx (emit_function): Add an extra { } around the function body visitation. * tapset/timestamp_functions.stp: New file. * tapset/builtin_conversions.stp: Aggregated from [hex]string. * tapset/builtin_logging.stp: Aggregated from log/warn/printk. --- tapset/builtin_log.stp | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tapset/builtin_log.stp (limited to 'tapset/builtin_log.stp') diff --git a/tapset/builtin_log.stp b/tapset/builtin_log.stp deleted file mode 100644 index 3d1a0aaf..00000000 --- a/tapset/builtin_log.stp +++ /dev/null @@ -1,7 +0,0 @@ -function _log (msg) %{ - _stp_log (THIS->msg); -%} - -function log (msg) { - _log (msg . "") -} -- cgit