Skip to content

Commit

Permalink
Merge branch 'fix-code-style' into 'master'
Browse files Browse the repository at this point in the history
Fix clang-format issue with assembly header file

See merge request mempool/mempool!75
  • Loading branch information
suehtamacv authored and SamuelRiedel committed Jun 24, 2021
2 parents 97274cc + 66b22b3 commit bb8cfb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed
- Add a workaround for a Modelsim 2019 bug in the `axi_demux`
- Keep clang-format from reformatting the `apps/common/riscv_test.h` assembly header file

## 0.1.0 - 2021-03-17
- Initial release.
4 changes: 4 additions & 0 deletions apps/common/riscv_test.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// See LICENSE for license details.

// clang-format off

#ifndef _ENV_PHYSICAL_SINGLE_CORE_H
#define _ENV_PHYSICAL_SINGLE_CORE_H

Expand Down Expand Up @@ -131,4 +133,6 @@ _sleep: \
.global end_signature; \
end_signature:

// clang-format on

#endif

0 comments on commit bb8cfb0

Please sign in to comment.