summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/id.h.tmpl2
-rw-r--r--template/insns.inc.tmpl2
-rw-r--r--template/insns_info.inc.tmpl4
-rw-r--r--template/known_errors.inc.tmpl2
-rw-r--r--template/minsns.inc.tmpl2
-rw-r--r--template/opt_sc.inc.tmpl2
-rw-r--r--template/optinsn.inc.tmpl2
-rw-r--r--template/optunifs.inc.tmpl4
-rw-r--r--template/vm.inc.tmpl2
-rw-r--r--template/vmtc.inc.tmpl2
-rw-r--r--template/yasmdata.rb.tmpl2
11 files changed, 13 insertions, 13 deletions
diff --git a/template/id.h.tmpl b/template/id.h.tmpl
index 5fc0c528db..1be4bad997 100644
--- a/template/id.h.tmpl
+++ b/template/id.h.tmpl
@@ -2,7 +2,7 @@
/* DO NOT EDIT THIS FILE DIRECTLY */
/**********************************************************************
- id.h -
+ id.h -
$Author$
created at: Sun Oct 19 21:12:51 2008
diff --git a/template/insns.inc.tmpl b/template/insns.inc.tmpl
index a64b39ccd2..6543686003 100644
--- a/template/insns.inc.tmpl
+++ b/template/insns.inc.tmpl
@@ -1,6 +1,6 @@
/** -*-c-*-
This file contains YARV instructions list.
-
+
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
diff --git a/template/insns_info.inc.tmpl b/template/insns_info.inc.tmpl
index a58ac3ca64..d901c68257 100644
--- a/template/insns_info.inc.tmpl
+++ b/template/insns_info.inc.tmpl
@@ -1,10 +1,10 @@
/** -*-c-*-
This file contains instruction information for yarv instruction sequence.
-
+
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
-
+
If you want to fix something, you must edit 'template/insns_info.inc.tmpl'
or insns2vm.rb
*/
diff --git a/template/known_errors.inc.tmpl b/template/known_errors.inc.tmpl
index 23bca21362..c62114464f 100644
--- a/template/known_errors.inc.tmpl
+++ b/template/known_errors.inc.tmpl
@@ -1,4 +1,4 @@
-/** -*-c-*-
+/** -*-c-*-
* DO NOT EDIT
* This file is automatically generated by tools/generic_erb.rb from
* template/known_errors.inc.tmpl and defs/known_errors.def.
diff --git a/template/minsns.inc.tmpl b/template/minsns.inc.tmpl
index f994c9b53b..b9e037e978 100644
--- a/template/minsns.inc.tmpl
+++ b/template/minsns.inc.tmpl
@@ -1,6 +1,6 @@
/** -*-c-*-
This file contains YARV instructions list, to define YARVCore::Instructions.
-
+
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
diff --git a/template/opt_sc.inc.tmpl b/template/opt_sc.inc.tmpl
index f5ad339663..7d7ce717dc 100644
--- a/template/opt_sc.inc.tmpl
+++ b/template/opt_sc.inc.tmpl
@@ -3,7 +3,7 @@
/*******************************************************************/
/**
This file is for threaded code.
-
+
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
diff --git a/template/optinsn.inc.tmpl b/template/optinsn.inc.tmpl
index c7828fe960..b4b4b6b05a 100644
--- a/template/optinsn.inc.tmpl
+++ b/template/optinsn.inc.tmpl
@@ -3,7 +3,7 @@
/*******************************************************************/
/**
This file is for threaded code.
-
+
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
diff --git a/template/optunifs.inc.tmpl b/template/optunifs.inc.tmpl
index 9b268f06fb..61364a3bd4 100644
--- a/template/optunifs.inc.tmpl
+++ b/template/optunifs.inc.tmpl
@@ -3,7 +3,7 @@
/*******************************************************************/
/**
This file is for threaded code.
-
+
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
@@ -21,7 +21,7 @@
UNIFIED_insn_name_1,
UNIFIED_insn_name_2, ...};
...
-
+
static const int *const *const unified_insns_data[] = {
UNIFIED_insn_nameA,
UNIFIED_insn_nameB, ...};
diff --git a/template/vm.inc.tmpl b/template/vm.inc.tmpl
index d152665f80..c21b3a83eb 100644
--- a/template/vm.inc.tmpl
+++ b/template/vm.inc.tmpl
@@ -3,7 +3,7 @@
/*******************************************************************/
/**
This file is VM main loop.
-
+
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
diff --git a/template/vmtc.inc.tmpl b/template/vmtc.inc.tmpl
index f73bbc6323..5f1f51a08b 100644
--- a/template/vmtc.inc.tmpl
+++ b/template/vmtc.inc.tmpl
@@ -3,7 +3,7 @@
/*******************************************************************/
/**
This file is for threaded code.
-
+
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
diff --git a/template/yasmdata.rb.tmpl b/template/yasmdata.rb.tmpl
index 95ad092e4f..a11df0a712 100644
--- a/template/yasmdata.rb.tmpl
+++ b/template/yasmdata.rb.tmpl
@@ -7,7 +7,7 @@ class VM
InsnID2NO = {
<%= insn_id2no %>
}
-
+
def self.id2insn_no id
if InsnID2NO.has_key? id
InsnID2NO[id]