Skip to content
Snippets Groups Projects
Commit 95a3d9ee authored by Uros Bizjak's avatar Uros Bizjak Committed by Uros Bizjak
Browse files

i386.c (ix86_option_override_internal): Fix wrong code model string in the error message.

	* config/i386/i386.c (ix86_option_override_internal): Fix wrong
	code model string in the error message.

From-SVN: r189219
parent 19d7dc0d
No related branches found
No related tags found
No related merge requests found
2012-07-03 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_option_override_internal): Fix wrong
code model string in the error message.
2012-07-03 Uros Bizjak <ubizjak@gmail.com>
 
PR target/53811
......
......@@ -3283,7 +3283,7 @@ ix86_option_override_internal (bool main_args_p)
"large", "32");
else if (TARGET_X32)
error ("code model %qs not supported in x32 mode",
"medium");
"large");
break;
 
case CM_32:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment