--- upstream/dynamips-0.2.7-RC1/hv_atmsw.c 2007/10/06 16:23:47 7 +++ upstream/dynamips-0.2.8-RC1/hv_atmsw.c 2007/10/06 16:33:40 11 @@ -201,7 +201,7 @@ { hypervisor_module_t *module; - module = hypervisor_register_module("atmsw"); + module = hypervisor_register_module("atmsw",NULL); assert(module != NULL); hypervisor_register_cmd_array(module,atmsw_cmd_array);