Skip to content

Commit

Permalink
Merge pull request #237 from znley/master
Browse files Browse the repository at this point in the history
Add loongarch64 support
  • Loading branch information
grossmj authored May 8, 2024
2 parents f736133 + 94f2cc1 commit c1ada0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/dynamips_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
#define ARCH_BYTE_ORDER ARCH_BIG_ENDIAN
#elif defined(__riscv) || defined(__riscv__)
#define ARCH_BYTE_ORDER ARCH_LITTLE_ENDIAN
#elif defined(__loongarch64)
#define ARCH_BYTE_ORDER ARCH_LITTLE_ENDIAN
#endif

#ifndef ARCH_BYTE_ORDER
Expand Down

0 comments on commit c1ada0d

Please sign in to comment.