2007-02-02 10:21:41 -05:00
|
|
|
/* -*-c-*- *********************************************************/
|
|
|
|
/*******************************************************************/
|
|
|
|
/*******************************************************************/
|
|
|
|
/**
|
|
|
|
This file is for threaded code.
|
2008-12-09 02:14:13 -05:00
|
|
|
|
2007-02-02 10:21:41 -05:00
|
|
|
----
|
|
|
|
This file is auto generated by insns2vm.rb
|
|
|
|
DO NOT TOUCH!
|
|
|
|
|
|
|
|
If you want to fix something, you must edit 'template/vmtc.inc.tmpl'
|
|
|
|
or insns2vm.rb
|
|
|
|
*/
|
|
|
|
|
2007-08-23 02:48:28 -04:00
|
|
|
static const void *const insns_address_table[] = {
|
2007-02-02 10:21:41 -05:00
|
|
|
<%= insns_table %>
|
|
|
|
};
|
|
|
|
|