diff options
Diffstat (limited to 'tapset')
-rw-r--r-- | tapset/return.stp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tapset/return.stp b/tapset/return.stp index 98ff8a73..fdf6e248 100644 --- a/tapset/return.stp +++ b/tapset/return.stp @@ -1,3 +1,5 @@ +/* DEPRECATED by the "$return" target variable. */ + function retval:long() %{ /* pure */ if (CONTEXT->regs) { #if defined (__i386__) |