cfad47cfa3/t3compiler/tads3/vmpreini.h

User picture

Commiter: Nikos Chantziaras

Author: Nikos Chantziaras

Revision: cfad47cfa3


File Size: 814 Bytes

(June 01, 2009 20:54 UTC) Almost 3 years ago

Initial commit.

 
Show/hide line numbers
/* $Header$ */

/* 
 *   Copyright (c) 1999, 2002 Michael J. Roberts.  All Rights Reserved.
 *   
 *   Please see the accompanying license file, LICENSE.TXT, for information
 *   on using and copying this software.  
 */
/*
Name
  vmpreini.h - preinit
Function
  
Notes
  
Modified
  07/21/99 MJRoberts  - Creation
*/

#ifndef VMPREINI_H
#define VMPREINI_H

/*
 *   Run preinitialization.  Loads the image file, invokes its main
 *   entrypoint, and saves the new file. 
 */
void vm_run_preinit(class CVmFile *origfp, const char *orig_image_fname,
                    class CVmFile *newfp, class CVmHostIfc *hostifc,
                    class CVmMainClientIfc *clientifc,
                    const char *const *argv, int argc,
                    class CVmRuntimeSymbols *global_symtab);

#endif /* VMPREINI_H */