summaryrefslogtreecommitdiff
path: root/usr/src/common/ficl/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/ficl/vm.c')
-rw-r--r--usr/src/common/ficl/vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/common/ficl/vm.c b/usr/src/common/ficl/vm.c
index dfdc505165..7ca803f2ff 100644
--- a/usr/src/common/ficl/vm.c
+++ b/usr/src/common/ficl/vm.c
@@ -252,7 +252,7 @@ ficlVmInnerLoop(ficlVm *vm, ficlWord *fw)
jmp_buf exceptionHandler;
int except;
int once;
- int count;
+ volatile int count; /* volatile because of longjmp */
ficlInstruction instruction;
ficlInteger i;
ficlUnsigned u;