Skip to content

Commit

Permalink
Merge pull request #85 from krazynez/master
Browse files Browse the repository at this point in the history
Compiling fix for PPC64
  • Loading branch information
wally4000 authored Jan 27, 2025
2 parents 5f160da + e9d3239 commit dc7c5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: DaedalusX64-Win
path: DaedalusX64
path: DaedalusX64
1 change: 1 addition & 0 deletions Source/Utility/FastMemcpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#define UTILITY_FASTMEMCPY_H_

#include <stdlib.h>
#include <string.h>

//#define PROFILE_MEMCPY

Expand Down

0 comments on commit dc7c5a5

Please sign in to comment.