summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/return.stp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tapset/return.stp b/tapset/return.stp
index c6d0f48c..8f13e08a 100644
--- a/tapset/return.stp
+++ b/tapset/return.stp
@@ -1,6 +1,5 @@
function retval:long() %{
-
- if (CONTEXT && CONTEXT->regs) {
+ if (CONTEXT->regs) {
#if defined (__i386__)
THIS->__retvalue = CONTEXT->regs->eax;
#elif defined (__x86_64__)