Missing getImageName() in Unix and Win32 VM support code

David T. Lewis lewis at mail.msen.com
Fri Mar 11 19:37:20 UTC 2005


In VMMaker 3.8b2 (latest on SM) there are two references to getImageName()
in class Interpreter. The function exists in RiscOS and Mac OS support code,
but not in Unix or Win32 (as checked out from svn earlier today).

Trivial patches for Unix and Win32 are attached (tested on Linux, not on Windows).

Dave

-------------- next part --------------
228a229,232
> char *getImageName(void)
> {
>   return imageName;
> }
-------------- next part --------------
2348a2349,2352
> char *getImageName(void) {
>   return imageName;
> }
> 


More information about the Vm-dev mailing list