Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4498671
returns.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
258 B
Referenced Files
None
Subscribers
None
returns.h
View Options
#ifndef SV_RETURNS_H
#define SV_RETURNS_H
#include
"silver/engine.h"
static
inline
ant_value_t
sv_op_halt
(
sv_vm_t
*
vm
,
sv_frame_t
*
frame
)
{
ant_value_t
r
=
vm
->
sp
>
0
?
vm
->
stack
[
--
vm
->
sp
]
:
js_mkundef
();
vm
->
sp
=
frame
->
prev_sp
;
return
r
;
}
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, May 3, 7:45 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
538959
Default Alt Text
returns.h (258 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment