comparison lwasm/instab.c @ 197:12fb4e8d5236

Add .end as synonym for end
author lost
date Sun, 22 Mar 2009 18:01:30 +0000
parents b061350c17e4
children bae1e3ecdce1
comparison
equal deleted inserted replaced
196:e7309c716059 197:12fb4e8d5236
412 { ".rs", { -1, -1, -1, -1}, pseudo_rmb }, 412 { ".rs", { -1, -1, -1, -1}, pseudo_rmb },
413 413
414 // needs to handle C escapes maybe? 414 // needs to handle C escapes maybe?
415 // { ".ascii", { -1, -1, -1, -1}, pseudo_ascii }, 415 // { ".ascii", { -1, -1, -1, -1}, pseudo_ascii },
416 416
417 // for compatibility
418 { ".end", { -1, -1, -1, -1 }, pseudo_end },
419
417 /* flag end of table */ 420 /* flag end of table */
418 { NULL, { -0x1, -0x1, -0x1, -0x1 }, insn_inh } 421 { NULL, { -0x1, -0x1, -0x1, -0x1 }, insn_inh }
419 }; 422 };