summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/source/runtime/dllmgr-x64.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx
index 1575226d3be8..7d3e2915b5a3 100644
--- a/basic/source/runtime/dllmgr-x64.cxx
+++ b/basic/source/runtime/dllmgr-x64.cxx
@@ -550,6 +550,9 @@ SbError call(
*(sal_uInt64 *)&stack[17*8],
*(sal_uInt64 *)&stack[18*8],
*(sal_uInt64 *)&stack[19*8]);
+ break;
+ default:
+ break;
}
switch (result.GetType()) {