vm: fix compile error

Slava Pestov 2010-04-04 13:53:17 -05:00
parent ad4ee0aa5d
commit e70a5a8cfc
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: