mirror of
https://github.com/danog/ir.git
synced 2024-12-02 09:38:29 +01:00
16 lines
190 B
Plaintext
Executable File
16 lines
190 B
Plaintext
Executable File
--TEST--
|
|
001: IJMP - computed goto
|
|
--TARGET--
|
|
Windows-x86_64
|
|
--ARGS--
|
|
-S
|
|
--CODE--
|
|
{
|
|
l_1 = START(l_2);
|
|
uintptr_t p = PARAM(l_1, "p", 1);
|
|
l_2 = IJMP(l_1, p);
|
|
}
|
|
--EXPECT--
|
|
test:
|
|
jmpq *%rcx
|