vm: fix compile error

release
Slava Pestov 2010-04-04 13:53:17 -05:00
parent 52736dd94f
commit d70cf197f2
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ void factor_vm::store_external_address(instruction_operand op)
break;
#ifdef WINDOWS
case RT_EXCEPTION_HANDLER:
op.store_value(&factor::exception_handler);
op.store_value((cell)&factor::exception_handler);
break;
#endif
default: