1/* -*-c-*- *********************************************************/
2/*******************************************************************/
3/*******************************************************************/
4/**
5  This file is for threaded code.
6
7  ----
8  This file is auto generated by insns2vm.rb
9  DO NOT TOUCH!
10
11  If you want to fix something, you must edit 'template/vmtc.inc.tmpl'
12  or insns2vm.rb
13 */
14
15static const void *const insns_address_table[] = {
16<%= insns_table %>
17};
18
19