Ticket #137 (closed defect: fixed)

Opened 2 weeks ago

Last modified 2 weeks ago

requires CPU 386

Reported by: anonymous Assigned to:
Priority: P1 Milestone:
Component: Core Version: other
Severity: normal Keywords:
Cc:

Description

cpu 286 protected
lar ax,bx
lsl ax,bx

yasm 0.6.2 : no problem.

yasm 0.7.0 : error: requires CPU 386

Attachments

Change History

04/27/08 12:34:27 changed by anonymous

sorry.

yasm 0.6.0 : no problem.

yasm 0.6.2 : requires CPU 386

04/28/08 19:24:03 changed by peter

  • status changed from new to closed.
  • resolution set to fixed.

(In [2077]) Fix #137: LAR and LSL should only need 286+Prot CPU flags, not 386.


Add/Change #137 (requires CPU 386)