Skip to content

Commit e2e6c1d

Browse files
committed
typo in const_mapping
1 parent 074f41f commit e2e6c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiling/os/posix/const_mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ def mmap_prot_mapping(prots):
115115
def socket_type_mapping(t, archtype, ostype):
116116
if ostype == QL_OS.MACOS:
117117
socket_type_map = {
118-
QL_ARCH.ARM64: linux_arm_socket_types,
119118
QL_ARCH.X8664: linux_x86_socket_types,
119+
QL_ARCH.ARM64: linux_arm_socket_types,
120120
}[archtype]
121121
else:
122122
socket_type_map = {

0 commit comments

Comments
 (0)