mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
Core: Removed MSC warning
This commit is contained in:
parent
990b588493
commit
0f2542fcd2
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@ void memset8(void *p, byte data, size_t count)
|
|||
}
|
||||
dword val4 = 0x1010101 * data;
|
||||
if(count <= 4) {
|
||||
Set2__(t, val4);
|
||||
Set2__(t + count - 2, val4);
|
||||
Set2__(t, (word)val4);
|
||||
Set2__(t + count - 2, (word)val4);
|
||||
return;
|
||||
}
|
||||
if(count > 16) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue