digitalmars.D.bugs - [Issue 7387] New: "call" instruction does not understand $
- d-bugmail puremagic.com (28/29) Jan 28 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7387
http://d.puremagic.com/issues/show_bug.cgi?id=7387
Summary: "call" instruction does not understand $
Product: D
Version: D1 & D2
Platform: All
OS/Version: All
Status: NEW
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: thecybershadow gmail.com
05:19:03 PST ---
Spec says:
The $ can only appear as the target of a jmp or call instruction.
But this doesn't compile:
void main()
{
asm
{
call $;
pop EAX;
}
}
t38b.d(5): bad type/size of operands 'call'
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 28 2012








d-bugmail puremagic.com