We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c80a5 commit 7b03074Copy full SHA for 7b03074
src/assembler/remove_asm.cpp
@@ -85,8 +85,8 @@ void remove_asmt::gcc_asm_function_call(
85
{
86
if(it->operands().size() == 2)
87
88
- arguments.push_back(
89
- typecast_exprt(address_of_exprt(it->op1()), void_pointer));
+ arguments.push_back(typecast_exprt(
+ address_of_exprt(to_binary_expr(*it).op1()), void_pointer));
90
}
91
92
@@ -95,8 +95,8 @@ void remove_asmt::gcc_asm_function_call(
95
96
97
98
99
100
101
102
0 commit comments