added a sample line commented out

This commit is contained in:
hyung-hwan 2018-03-11 03:12:38 +00:00
parent f9e60cea28
commit b9224dfa97

View File

@ -1698,9 +1698,9 @@ int main (int argc, char* argv[])
hclcb.gc = gc_hcl; hclcb.gc = gc_hcl;
hclcb.vm_startup = vm_startup; hclcb.vm_startup = vm_startup;
hclcb.vm_cleanup = vm_cleanup; hclcb.vm_cleanup = vm_cleanup;
/*hclcb.vm_checkpoint = vm_checkpoint;*/
hcl_regcb (hcl, &hclcb); hcl_regcb (hcl, &hclcb);
if (logopt) if (logopt)
{ {
if (handle_logopt (hcl, logopt) <= -1) if (handle_logopt (hcl, logopt) <= -1)