This website requires JavaScript.
Explore
Help
Sign In
InfernoDeity
/
holey-bytes
Watch
1
Star
0
Fork
You've already forked holey-bytes
0
forked from
AbleOS/holey-bytes
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
eb3edea2e7
holey-bytes
/
hbvm
/
src
/
engine
/
call_stack.rs
7 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
adding in environ calls
2023-04-22 16:06:33 -05:00
use
alloc
::
vec
::
Vec
;
commit
2023-04-18 18:08:30 -05:00
pub
type
CallStack
=
Vec
<
FnCall
>
;
pub
struct
FnCall
{
Update
2023-04-22 13:00:19 -05:00
pub
ret
:
usize
,
commit
2023-04-18 18:08:30 -05:00
}
Reference in a new issue
Copy permalink