Fix bug in liarc object initialization: dload_initialize_file must
authorTaylor R. Campbell <net/mumble/campbell>
Tue, 17 Jul 2007 04:40:19 +0000 (04:40 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Tue, 17 Jul 2007 04:40:19 +0000 (04:40 +0000)
commitf3aef05f0d2eb6ccda9af5e4f1f1535cf34f4a40
tree7644f2f34fff2baab26c2b33c5c8f9b1404dadad
parent19dc65d02b0ca5d38e6482a92d8dae749e85423e
Fix bug in liarc object initialization: dload_initialize_file must
return the complete object name with the prefix in order for it to be
properly loaded.  Formerly it was returning only the name without the
prefix, so the run-time system thought that the load failed, even
though it registered the object by its full URI, and so the top-level
forms would not be executed until the file was loaded a second time.
v7/src/microcode/cmpauxmd/c.c
v7/src/microcode/liarc.h