@R support newer asm directives

This commit is contained in:
bebbo
2016-11-30 23:54:44 +01:00
parent 590f1f95a2
commit 54cef86a35
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -7034,6 +7034,9 @@ md_parse_option (c, arg)
{
int i;
if (arg[0] == 'c' && arg[1] == 'p' && arg[2] == 'u' && arg[3] == '=')
arg += 4;
else
if (arg[0] == 'c' && arg[1] == '6')
arg++;
+3
View File
@@ -239,8 +239,11 @@ static int get_line_sb PARAMS ((sb *));
static void generate_file_debug PARAMS ((void));
void ignore_rest_of_line (void);
static void ignore_rest_of_line2 (int);
<<<<<<< HEAD
=======
>>>>>>> 2b6e426... @R support newer asm directives
void
read_begin ()