Fixes in triple-address code parser, 1% tests passed

This commit is contained in:
Ilmir Usmanov
2014-07-10 18:08:52 +04:00
parent 7da95ecefa
commit 1d6aac7839
9 changed files with 90 additions and 68 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
* limitations under the License.
*/
static const char* generated_source = ""
static const char* generated_source __unused = ""
"while (true) {\n"
"LEDToggle (LED3);\n"
"LEDToggle (LED6);\n"