AArch64: Remove uses of long and unsigned long ints

XMLWordPrintable

    • b07
    • aarch64

        All of the uses of long and unsigned long int should be replaced with more appropriate types. Where signed and unsigned 64-bit integers are required, use int64_t. Where pointers are required, use intptr_t. Where Java longs are required, use jlong.

              Assignee:
              Andrew Haley
              Reporter:
              Andrew Haley
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: