newlib: DrawWindow(): clear esi

git-svn-id: svn://kolibrios.org@4506 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2014-01-21 20:24:35 +00:00
parent 39ffaa657e
commit 11e35fedfb

View File

@ -97,7 +97,8 @@ static inline void DrawWindow(int x, int y, int w, int h, const char *name,
"b"((x << 16) | ((w-1) & 0xFFFF)),
"c"((y << 16) | ((h-1) & 0xFFFF)),
"d"((style << 24) | (workcolor & 0xFFFFFF)),
"D"(name));
"D"(name),
"S"(0));
};
static inline