Skip to content

Commit 31ea58c

Browse files
committed
Fix code_*
1 parent 7d873b7 commit 31ea58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reflection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ for method in (:code_typed, :code_warntype, :code_llvm, :code_native)
1414
function $method(io::IO, @nospecialize(func), @nospecialize(types);
1515
kernel::Bool=false, kwargs...)
1616
source = FunctionSpec(func, Base.to_tuple_type(types), kernel)
17-
target = BPFCompilerTarget(; dev_isa=default_isa(default_device()))
17+
target = BPFCompilerTarget()
1818
params = BPFCompilerParams()
1919
job = CompilerJob(target, source, params)
2020
GPUCompiler.$method($(args...); kwargs...)

0 commit comments

Comments
 (0)