about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-11-18 11:14:07 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-11-18 11:14:07 +0100
commit4ac43047d0caf9e3765e8de1f57c534e5fec57f6 (patch)
tree9a3ce06c2e9da4b91a548a3a7401ed3771dc86bb /src
parent4257fdded3b89b739fe4ee8a56593494c5a69720 (diff)
downloadbox64-4ac43047d0caf9e3765e8de1f57c534e5fec57f6.tar.gz
box64-4ac43047d0caf9e3765e8de1f57c534e5fec57f6.zip
[BOX32] Fixed previous commit
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) {