Add missing files from last commit.
This commit is contained in:
parent
9312de19ac
commit
f822488656
89 changed files with 18428 additions and 6383 deletions
11
src/x86_ops_rep.h
Normal file
11
src/x86_ops_rep.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
static int opREPNE(uint32_t fetchdat)
|
||||
{
|
||||
rep386(0);
|
||||
return 0;
|
||||
}
|
||||
static int opREPE(uint32_t fetchdat)
|
||||
{
|
||||
rep386(1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue