Skip to content

Commit a6ed20b

Browse files
committed
cleaup mapping, fix typo
1 parent 96cac07 commit a6ed20b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiling/os/posix/const_mapping.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ def socket_option_mapping(t, archtype, ostype):
337337
}[archtype]
338338
else:
339339
socket_option_map = {
340-
QL_ARCH.X86: x86_socket_options,
341-
QL_ARCH.X8664: x86_socket_options,
340+
QL_ARCH.X86: linux_x86_socket_options,
341+
QL_ARCH.X8664: linux_x86_socket_options,
342342
QL_ARCH.ARM: linux_arm_socket_options,
343343
QL_ARCH.ARM_THUMB: linux_arm_socket_options,
344344
QL_ARCH.ARM64: linux_arm_socket_options,

0 commit comments

Comments
 (0)