Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Feb 5, 2024
1 parent 8b4c92d commit a6d7e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus-jit/src/Tracing/Tag/TagRecorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Tag* TagRecorder::createReferenceTag(TagAddress startAddress) {
" which is not supported in Nautilus code.");
}

void* getReturnAddress(uint32_t offset)
#pragma GCC diagnostic ignored "-Wframe-address"
void* getReturnAddress(uint32_t offset)
{
switch (offset) {
case 0: return __builtin_return_address(0 + 1);
Expand Down

0 comments on commit a6d7e75

Please sign in to comment.