Skip to content
Snippets Groups Projects
Commit a9d3f647 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[-] Removed obsolete dap_int128_t

parent f6e0279b
No related branches found
No related tags found
3 merge requests!251Master,!250Master,!220bugs-4547
Pipeline #5612 passed with stage
in 12 seconds
...@@ -30,11 +30,3 @@ typedef union int128{int64_t i64[2];} int128_t; ...@@ -30,11 +30,3 @@ typedef union int128{int64_t i64[2];} int128_t;
#endif #endif
typedef union dap_uint128{
uint8_t data_raw[16];
#if defined(DAP_GLOBAL_IS_INT128)
_dap_int128_t data_int128;
#endif
} dap_uint128_t;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment