Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Aug 5, 2023
2 parents c7b0949 + 732114c commit f1644cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
submodules: recursive

- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
uses: ilammy/msvc-dev-cmd@v1.12.1
with:
arch: x86
if: matrix.config.id == 'win'
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
cp ${{ matrix.config.out_paths }} ./out
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: output-${{ matrix.config.os }}
path: ${{ github.workspace }}/out
Expand Down
2 changes: 1 addition & 1 deletion src/assembler/X64Assembler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace tulip::hook {
}

// Use this to easily express a X64Pointer, like so:
// RegMem32 m;
// RegMem64 m;
// m[RSP], m[RSP + 4]
struct RegMem64 {
X64Pointer operator[](X64Pointer ptr) {
Expand Down

0 comments on commit f1644cd

Please sign in to comment.