mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix for coroutine/win32/Context.obj
* coroutine/win32/Context.asm: old ml version 9 needs CPU directive before `.model` directive. * win32/Makefile.sub: specify object directories to separate Win32 and Win64 targets. Win32 rule was overridden by Win64 rule and just ignored. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
db67f542dc
commit
c5fe904f6e
2 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
;; Copyright, 2018, by Samuel Williams. All rights reserved.
|
||||
;;
|
||||
|
||||
.386
|
||||
.model flat
|
||||
|
||||
.code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue