1
0
Fork 0

A NEWLINE

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1203
This commit is contained in:
Sjoerd van der Berg 2003-08-24 14:43:15 +00:00
parent 8cd083552e
commit ef53831d80
2 changed files with 2 additions and 3 deletions

View file

@ -221,5 +221,4 @@ INLINE void mem_writed_inline(PhysPt address,Bit32u val) {
else ENTRY_writed(plink->entry,address,val);
}
#endif
#endif

View file

@ -240,4 +240,4 @@ static void DoString(STRING_OP type) {
reg_ecx&=(~add_mask);
reg_ecx|=(count & add_mask);
}
}
}