This commit is contained in:
julianb0 2019-05-30 20:35:10 +02:00
parent 8dc2688a07
commit b6f2bb5839
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62
2 changed files with 0 additions and 3 deletions

View File

@ -351,8 +351,6 @@ cretnz
# push rbp
# mov rbp, rsp
enter
centerz
centernz
# mov rbp, [rsp+8]
# add rsp, 8

View File

@ -8,7 +8,6 @@ IMPL_COND(push);
IMPL_COND(pop);
IMPL_COND(call);
IMPL_COND(ret);
IMPL_COND(enter);
IMPL_COND(leave);
//