
Log of /trunk/uia/vx32/interp
Directory Listing
Revision
2016 -
Directory Listing
Modified
Fri Apr 13 00:05:32 2007 UTC (2 years, 7 months ago) by
ctl
Change several types and signatures to work around 32-versus-64-bit off_t problem
under linux.
Make a typedef for vx_readcb, shared by vx32_load and vxproc_load.
Fix a couple of compiler warnings about function declarations.
Reorganize headers so that all of these work.
Note that things now must include vx/config.h before anything else.
Revision
2014 -
Directory Listing
Modified
Wed Apr 11 21:47:59 2007 UTC (2 years, 7 months ago) by
baford
Make subversion ignore more auto-generated files
Revision
2013 -
Directory Listing
Modified
Wed Apr 11 21:41:39 2007 UTC (2 years, 7 months ago) by
baford
Got it at least compiling on Mac OS X.
In the process fixed a problem with the gcc-4.1.2 patch,
which caused the cross-compiler to default to soft floating point
instead of SSE-based hard floating point.
Revision
2009 -
Directory Listing
Modified
Thu Apr 5 17:19:47 2007 UTC (2 years, 7 months ago) by
baford
Copy old working vx32 version from vxa-060115 tag.
Revision
1969 -
Directory Listing
Modified
Mon Dec 19 23:31:53 2005 UTC (3 years, 11 months ago) by
baford
Original Path:
trunk/vxa/trunk/vm/interp
Redesigned VXA interface to use more of a process model;
wrote shared-library versions of most of the native decoders;
zip/unzip aren't updated yet though.
Revision
1955 -
Directory Listing
Modified
Sun Dec 11 18:53:58 2005 UTC (3 years, 11 months ago) by
baford
Original Path:
trunk/vxa/trunk/vm/interp
emulator now runs code a little while
(until it hits a not-quite-so-obvious bug...)