about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/libtools/myalign32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtools/myalign32.c b/src/libtools/myalign32.c
index 8776731f..6f94ce99 100755
--- a/src/libtools/myalign32.c
+++ b/src/libtools/myalign32.c
@@ -843,6 +843,7 @@ void myStackAlignW32(const char* fmt, uint32_t* st, uint64_t* mystack)
     const wchar_t* p = (const wchar_t*)fmt;
     int state = 0;
     double d;
+    long double ld;
     while(*p)
     {
         switch(state) {