[Issue 5740] New: Unable to use "this" pointer in inline assembly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 15 07:34:59 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5740
Summary: Unable to use "this" pointer in inline assembly
Product: D
Version: D2
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: hughes4 at gmail.com
--- Comment #0 from Govelius <hughes4 at gmail.com> 2011-03-15 07:31:49 PDT ---
class Test
{ void test(int n)
{ asm {
mov RAX, this;
}
}
}
test.d(4): 2 operands found for mov instead of the expected 1
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list