Skip to content

Commit 1de544e

Browse files
author
Owen Jones
committed
Fix order of parameters in function header
1 parent 3f31ca5 commit 1de544e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_bytecode/ci_lazy_methods.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,10 @@ void ci_lazy_methodst::gather_virtual_callsites(
391391
/// should be determined.
392392
/// \param instantiated_classes: set of classes that can be instantiated. Any
393393
/// potential callee not in this set will be ignored.
394-
/// \param symbol_table: global symbol table
395394
/// \param [out] callable_methods: Populated with all possible `c` callees,
396395
/// taking `instantiated_classes` into account (virtual function overrides
397396
/// defined on classes that are not 'needed' are ignored)
397+
/// \param symbol_table: global symbol table
398398
void ci_lazy_methodst::get_virtual_method_targets(
399399
const exprt &called_function,
400400
const std::unordered_set<irep_idt> &instantiated_classes,

0 commit comments

Comments
 (0)