summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_linked_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/k_page_linked_list.h')
-rw-r--r--src/core/hle/kernel/k_page_linked_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_page_linked_list.h b/src/core/hle/kernel/k_page_linked_list.h
index 1f79c8330..fc2ef9698 100644
--- a/src/core/hle/kernel/k_page_linked_list.h
+++ b/src/core/hle/kernel/k_page_linked_list.h
@@ -72,7 +72,7 @@ public:
return this_node == nodes.end() && other_node == other.nodes.end();
}
- ResultCode AddBlock(u64 address, u64 num_pages) {
+ Result AddBlock(u64 address, u64 num_pages) {
if (!num_pages) {
return ResultSuccess;
}